MakeNSISW should request UTF16LE output
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6370 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b8aee8098d
commit
7d930ed452
3 changed files with 43 additions and 34 deletions
|
@ -156,7 +156,7 @@ int compressor_strings[] = {IDS_SCRIPT,
|
|||
|
||||
extern const TCHAR* NSISW_VERSION;
|
||||
|
||||
DWORD WINAPI MakeNSISProc(LPVOID p);
|
||||
DWORD WINAPI MakeNSISProc(LPVOID TreadParam);
|
||||
INT_PTR CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
BOOL CALLBACK DialogResize(HWND hWnd, LPARAM /* unused*/);
|
||||
INT_PTR CALLBACK AboutProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue