Celtoys / Remotery

Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Apache License 2.0
3.03k stars 255 forks source link

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

Closed hhhxiao closed 1 year ago

hhhxiao commented 1 year ago

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 commented 1 year ago

Thanks. This is already being tracked in https://github.com/Celtoys/Remotery/issues/172