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