moved _WIN32_IE definition to SConscript to avoid #include order problems

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4269 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-09-17 08:33:00 +00:00
parent bb87348150
commit 0536d2a029
3 changed files with 2 additions and 3 deletions

View file

@ -6,9 +6,6 @@
// includes
#ifdef _WIN32
# ifndef _WIN32_IE
# define _WIN32_IE 0x0500
# endif
# include <windows.h>
# include <commctrl.h>
#else