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:
parent
d97a69b57b
commit
334dad1e15
4 changed files with 19 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue