Fix old MinGW

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7274 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-06-25 21:07:19 +00:00
parent ef6d0510ec
commit beb3c41aef
2 changed files with 8 additions and 4 deletions

View file

@ -634,6 +634,10 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
# define PBS_SMOOTH 1
#endif
#ifndef SS_REALSIZECONTROL
# define SS_REALSIZECONTROL 0x0040
#endif
#ifndef DS_SHELLFONT
# define DS_SHELLFONT (DS_SETFONT | DS_FIXEDSYS)
#endif