Change cases of Windows include file and link library
When cross-compiling on case sensitive systems, such as Linux, there will be an Error.
This commit is contained in:
parent
a8e91bb888
commit
a797d808b5
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
#include <direct.h>
|
||||
#include <Shlobj.h>
|
||||
#include <shlobj.h>
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue