aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.h
diff options
context:
space:
mode:
authorTravis Howell2004-06-24 13:10:48 +0000
committerTravis Howell2004-06-24 13:10:48 +0000
commitafbe1efa1821ab9710d9b66501cbc89d6aab3778 (patch)
tree71f2943f18599ab6b64ba2b89376996e12b38e9b /scumm/resource_v7he.h
parenta9de63ef022ddaef7d5c8ac2d5ec6e6d73f9f320 (diff)
downloadscummvm-rg350-afbe1efa1821ab9710d9b66501cbc89d6aab3778.tar.gz
scummvm-rg350-afbe1efa1821ab9710d9b66501cbc89d6aab3778.tar.bz2
scummvm-rg350-afbe1efa1821ab9710d9b66501cbc89d6aab3778.zip
Not required for WIN32
svn-id: r14029
Diffstat (limited to 'scumm/resource_v7he.h')
-rw-r--r--scumm/resource_v7he.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/resource_v7he.h b/scumm/resource_v7he.h
index 4ab1db39e7..b6a21d4736 100644
--- a/scumm/resource_v7he.h
+++ b/scumm/resource_v7he.h
@@ -69,9 +69,11 @@ namespace Scumm {
#define IMAGE_VXD_SIGNATURE 0x454C /* LE */
#define IMAGE_NT_SIGNATURE 0x00004550 /* PE00 */
+#if !defined (WIN32)
#define IMAGE_SCN_CNT_CODE 0x00000020
#define IMAGE_SCN_CNT_INITIALIZED_DATA 0x00000040
#define IMAGE_SCN_CNT_UNINITIALIZED_DATA 0x00000080
+#endif
#define IMAGE_DIRECTORY_ENTRY_EXPORT 0
#define IMAGE_DIRECTORY_ENTRY_IMPORT 1
@@ -89,6 +91,7 @@ namespace Scumm {
#define IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT 13
#define IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR 14
+#if !defined (WIN32)
#define RT_CURSOR 1
#define RT_BITMAP 2
#define RT_ICON 3
@@ -102,6 +105,7 @@ namespace Scumm {
#define RT_MESSAGELIST 11
#define RT_GROUP_CURSOR 12
#define RT_GROUP_ICON 14
+#endif
#define RETURN_IF_BAD_POINTER(r, x) \
if (!check_offset(fi->memory, fi->total_size, fi->file->name(), &(x), sizeof(x))) \