better HANDLE definition - pointer can be more than 32-bit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4662 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e5fd5c4d86
commit
8524adc662
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ typedef unsigned short WCHAR, *PWCHAR, *LPWCH, *PWCH, *NWPSTR, *LPWSTR, *PWSTR;
|
|||
typedef const unsigned short *LPCWCH, *PCWCH, *LPCWSTR, *PCWSTR;
|
||||
typedef unsigned int UINT_PTR;
|
||||
// basic stuff
|
||||
typedef unsigned long HANDLE;
|
||||
typedef void * HANDLE;
|
||||
typedef unsigned long HKEY;
|
||||
// some gdi
|
||||
typedef unsigned long COLORREF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue