You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from c:\ProgramData\Windhawk\EditorWorkspace\mod.wh.cpp:19:
c:/Program Files/Windhawk/Compiler/include/wil/com.h:16:10: fatal error: 'WeakReference.h' file not found
16 | #include <WeakReference.h>
| ^~~~~~~~~~~~~~~~~
1 error generated.
The text was updated successfully, but these errors were encountered:
Windhawk uses MinGW, and WeakReference was added to it four days ago. So it will be added to Windhawk once the compiler version is updated again. Alternatively, if the file is important, I can add it specifically in the next Windhawk update even if the compiler version stays the same.
When attempting to include
wil/com.h
:The text was updated successfully, but these errors were encountered: