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:
parent
ef6d0510ec
commit
beb3c41aef
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue