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:
parent
bb87348150
commit
0536d2a029
3 changed files with 2 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
|||
// includes
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifndef _WIN32_IE
|
||||
# define _WIN32_IE 0x0500
|
||||
# endif
|
||||
# include <windows.h>
|
||||
# include <commctrl.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue