case changes for #include lines for cross compiling (Michiel Ephraim)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3558 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5805930656
commit
c50e17955c
4 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
# ifndef _WIN32_IE
|
||||
# define _WIN32_IE 0x0400
|
||||
# endif
|
||||
# include <Windows.h>
|
||||
# include <windows.h>
|
||||
# include <commctrl.h>
|
||||
#else
|
||||
# ifndef EXEHEAD
|
||||
|
@ -188,7 +188,7 @@ typedef WORD LANGID;
|
|||
// shell folders
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <Shlobj.h>
|
||||
# include <shlobj.h>
|
||||
#endif
|
||||
|
||||
#ifndef CSIDL_FLAG_CREATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue