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:
kichik 2008-12-09 23:18:02 +00:00
parent 8793b9c05a
commit b35dbfae72

View file

@ -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;