fixed unicode conversion with iconv
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3585 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f52f1c921f
commit
a4ea07f3fa
3 changed files with 23 additions and 19 deletions
|
@ -33,6 +33,8 @@
|
|||
#include <stdexcept>
|
||||
using namespace std;
|
||||
|
||||
#define EXTENDED_DIALOG ((DWORD) 0xFFFF0001)
|
||||
|
||||
struct DialogItemTemplate {
|
||||
DWORD dwHelpId; // Extended only
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue