mirror of
https://github.com/boostorg/thread.git
synced 2026-02-20 15:12:11 +00:00
Windows.h > windows.h
Fixes build on case-sensitive fs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user