Compiles without Platform SDK

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@649 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-05 14:31:50 +00:00
parent d97a69b57b
commit 334dad1e15
4 changed files with 19 additions and 2 deletions

View file

@ -40,6 +40,10 @@
#include <StdExcept>
using namespace std;
#ifndef IS_INTRESOURCE
#define IS_INTRESOURCE(_r) (((ULONG_PTR)(_r) >> 16) == 0)
#endif
class CResourceDirectory;
class CResourceDirectoryEntry;
class CResourceDataEntry;