We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adaadb commit 3c84b0aCopy full SHA for 3c84b0a
src/impl/utils.cpp
@@ -19,7 +19,7 @@
19
#include <thread>
20
21
#if defined(_WIN32)
22
-#include <Windows.h>
+#include <windows.h>
23
24
typedef HRESULT(WINAPI *pfnSetThreadDescription)(HANDLE, PCWSTR);
25
#endif
0 commit comments