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