Unicode port: Generate Unicode LangStrings even if source was an ANSI file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6094 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
90e05acdd3
commit
b397ed9ad5
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ typedef std::ofstream tofstream;
|
|||
typedef std::ifstream tifstream;
|
||||
// Use the following macros to open text files.
|
||||
#define FOPENTEXT(file, mode) fopen(file, mode)
|
||||
#define FOPENTEXT2(file, mode, unicode) *unicode=FALSE, fopen(file, mode)
|
||||
#define FOPENTEXT2(file, mode, unicode) (*unicode=FALSE, fopen(file, mode))
|
||||
#endif
|
||||
|
||||
#ifndef _UNICODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue