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
|
||||
|
|
|
@ -645,7 +645,7 @@ skipPage:
|
|||
#ifdef NSIS_CONFIG_LICENSEPAGE
|
||||
|
||||
#define _RICHEDIT_VER 0x0200
|
||||
#include <RichEdit.h>
|
||||
#include <richedit.h>
|
||||
#undef _RICHEDIT_VER
|
||||
static DWORD dwRead;
|
||||
DWORD CALLBACK StreamLicense(DWORD dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "../exehead/config.h"
|
||||
#ifdef NSIS_COMPRESS_USE_ZLIB
|
||||
|
||||
#include "zutil.h"
|
||||
#include "ZUTIL.H"
|
||||
|
||||
|
||||
/* defines for inflate input/output */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue