Commit 4b45306
committed
Fix casing of "BaseTsd.h" include
Microsoft isn't consistent about the casing of header filenames in the
Windows SDK and documentation (e.g. "Windows.h" vs. "windows.h"), but
this doesn't matter on a case-insensitive filesystem.
If you are cross-compiling for Windows (e.g. using gcc), then the case
matters, and is practically controlled by the w32api headers provided by
MinGW64 project.1 parent 5e1ac6a commit 4b45306
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments