From b812472b7c13838abcc49689ea153c0e97cdf26f Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 8 Aug 2002 09:52:21 +0000 Subject: [PATCH] Compiles without Platform SDK git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@662 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/ResourceEditor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/ResourceEditor.h b/Source/ResourceEditor.h index a730c900..0aaaadc0 100644 --- a/Source/ResourceEditor.h +++ b/Source/ResourceEditor.h @@ -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