define DS_SHELLFONT for win32 too

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3687 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-10-01 09:45:37 +00:00
parent 7411f18a9b
commit 0c5cabbed4

View file

@ -433,7 +433,6 @@ typedef WORD LANGID;
# define DS_FIXEDSYS 8
# define DS_SETFONT 64
# define DS_SHELLFONT (DS_SETFONT | DS_FIXEDSYS)
# define WS_EX_RIGHT 0x1000
# define WS_EX_RIGHTSCROLLBAR 0
@ -444,6 +443,10 @@ typedef WORD LANGID;
# define PBS_SMOOTH 1
#endif
#ifndef DS_SHELLFONT
# define DS_SHELLFONT (DS_SETFONT | DS_FIXEDSYS)
#endif
// brush styles
#ifndef BS_SOLID