Skip to content

Commit 36c7ec1

Browse files
committed
win32: include "windows.h" not "Windows.h"
Supports handling case-sensitive filesystems (possibly when cross-compiling).
1 parent 29f82c6 commit 36c7ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adopt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "adopt.h"
1616

1717
#ifdef _WIN32
18-
# include <Windows.h>
18+
# include <windows.h>
1919
#else
2020
# include <fcntl.h>
2121
# include <sys/ioctl.h>

0 commit comments

Comments
 (0)