define _WIN32_IE for TBN_DROPDOWN, TBDDRET_DEFAULT and TBDDRET_NODEFAULT

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4012 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-05-06 10:15:26 +00:00
parent 8dfe73762e
commit 72a43a8934

View file

@ -20,6 +20,8 @@
*/
#define MAKENSISW_CPP
#define _WIN32_IE 0x0400
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>