Compiles without Platform SDK

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@671 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-08 21:14:40 +00:00
parent 759b1ee2a1
commit 9b96207e6e

View file

@ -34,6 +34,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