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:
parent
759b1ee2a1
commit
9b96207e6e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue