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

Complie Error: TIMERR_NOERROR not found when complie under windows 11 #229

Closed
hhhxiao opened this issue Jul 28, 2022 · 1 comment
Closed

Comments

@hhhxiao
Copy link

hhhxiao commented Jul 28, 2022

I can't compile Remotey directly under windows 11, and the error is Identifier TIMERR_NOERROR not found
After I add the follow in the source code, it compiles successfully.

#include <Windows.h>
#include <timeapi.h>

I'm not sure if this is a problem with the code, but I filed this issue anyway.

@dwilliamson
Copy link
Collaborator

Thanks. This is already being tracked in #172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants