Skip to content

Commit 3c84b0a

Browse files
Fix windows.h include capitalization
1 parent 3adaadb commit 3c84b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl/utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <thread>
2020

2121
#if defined(_WIN32)
22-
#include <Windows.h>
22+
#include <windows.h>
2323

2424
typedef HRESULT(WINAPI *pfnSetThreadDescription)(HANDLE, PCWSTR);
2525
#endif

0 commit comments

Comments
 (0)