Unicode port: Support for Unicode license files

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6080 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-05-04 08:21:49 +00:00
parent f3ac7d9f93
commit 1b5e8adbb8
3 changed files with 36 additions and 12 deletions

View file

@ -269,6 +269,9 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
# ifndef SF_RTF
# define SF_RTF 0x0002
# endif
# ifndef SF_UNICODE
# define SF_UNICODE 0x0010
# endif
#endif
#ifdef __GNUC__