Compiles without Platform SDK

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@662 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-08 09:52:21 +00:00
parent 6b6709196d
commit b812472b7c

View file

@ -41,6 +41,9 @@
using namespace std;
#ifndef IS_INTRESOURCE
#ifndef ULONG_PTR
#define ULONG_PTR DWORD
#endif
#define IS_INTRESOURCE(_r) (((ULONG_PTR)(_r) >> 16) == 0)
#endif