fix warnings on BIF_NEWDIALOGSTYLE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6205 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
985f4b5e00
commit
4d94e1ae8a
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <commctrl.h>
|
||||
#include <shellapi.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlobj.h>
|
||||
#include "tchar.h"
|
||||
#else
|
||||
# ifndef EXEHEAD
|
||||
|
@ -252,7 +253,7 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
|
|||
#endif
|
||||
|
||||
#ifndef BIF_NEWDIALOGSTYLE
|
||||
# define BIF_NEWDIALOGSTYLE 0x00000040
|
||||
# define BIF_NEWDIALOGSTYLE 0x0040
|
||||
#endif
|
||||
|
||||
#ifndef TVITEM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue