Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WeakReference.h is not included in the Windhawk compiler #267

Open
aubymori opened this issue Sep 8, 2024 · 1 comment
Open

WeakReference.h is not included in the Windhawk compiler #267

aubymori opened this issue Sep 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@aubymori
Copy link

aubymori commented Sep 8, 2024

When attempting to include wil/com.h:

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.
@aubymori aubymori added the bug Something isn't working label Sep 8, 2024
@m417z
Copy link
Member

m417z commented Sep 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants