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:
kichik 2004-06-11 11:24:09 +00:00
parent 5805930656
commit c50e17955c
4 changed files with 5 additions and 5 deletions

View file

@ -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