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:
parent
f3ac7d9f93
commit
1b5e8adbb8
3 changed files with 36 additions and 12 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue