HMODULE is used in api.h which is included by build.cpp which is also built on POSIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5822 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8793b9c05a
commit
b35dbfae72
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ typedef unsigned int UINT_PTR;
|
|||
// basic stuff
|
||||
typedef void * HANDLE;
|
||||
typedef HANDLE HWND;
|
||||
typedef HANDLE HMODULE;
|
||||
typedef unsigned long HKEY;
|
||||
// some gdi
|
||||
typedef unsigned long COLORREF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue