added implementation of Unicode conversion functions for POSIX, based on iconv

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3821 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-12-11 16:06:17 +00:00
parent ee1ffdd11e
commit a0920c7b1d
3 changed files with 100 additions and 13 deletions

View file

@ -30,7 +30,7 @@ typedef long LONG;
typedef unsigned long ULONG;
typedef long long INT64, LARGE_INTEGER;
typedef unsigned long long UINT64, ULARGE_INTEGER;
typedef int BOOL;
typedef int BOOL, *LPBOOL;
typedef void VOID;
typedef void *LPVOID;
typedef char CHAR, *PCHAR, *LPCH, *PCH, *NPSTR, *LPSTR, *PSTR;