From c50e17955c6f9851f4390cc9b7e1e53f8bb7baed Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 11 Jun 2004 11:24:09 +0000 Subject: [PATCH] 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 --- Source/Platform.h | 4 ++-- Source/exehead/Ui.c | 2 +- Source/exehead/fileform.c | 2 +- Source/zlib/INFBLOCK.C | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/Platform.h b/Source/Platform.h index 236743ac..49abe501 100644 --- a/Source/Platform.h +++ b/Source/Platform.h @@ -9,7 +9,7 @@ # ifndef _WIN32_IE # define _WIN32_IE 0x0400 # endif -# include +# include # include #else # ifndef EXEHEAD @@ -188,7 +188,7 @@ typedef WORD LANGID; // shell folders #ifdef _WIN32 -# include +# include #endif #ifndef CSIDL_FLAG_CREATE diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 52fffaaf..7bc1e458 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -645,7 +645,7 @@ skipPage: #ifdef NSIS_CONFIG_LICENSEPAGE #define _RICHEDIT_VER 0x0200 -#include +#include #undef _RICHEDIT_VER static DWORD dwRead; DWORD CALLBACK StreamLicense(DWORD dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb) diff --git a/Source/exehead/fileform.c b/Source/exehead/fileform.c index 863d3274..c348b1c5 100644 --- a/Source/exehead/fileform.c +++ b/Source/exehead/fileform.c @@ -9,7 +9,7 @@ #ifdef NSIS_CONFIG_COMPRESSION_SUPPORT #ifdef NSIS_COMPRESS_USE_ZLIB -#include "../zlib/zlib.h" +#include "../zlib/ZLIB.H" #endif #ifdef NSIS_COMPRESS_USE_LZMA diff --git a/Source/zlib/INFBLOCK.C b/Source/zlib/INFBLOCK.C index 91be4db3..7a6a598e 100644 --- a/Source/zlib/INFBLOCK.C +++ b/Source/zlib/INFBLOCK.C @@ -1,7 +1,7 @@ #include "../exehead/config.h" #ifdef NSIS_COMPRESS_USE_ZLIB -#include "zutil.h" +#include "ZUTIL.H" /* defines for inflate input/output */