aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfileheader.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /lib/sisfileheader.h
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'lib/sisfileheader.h')
-rw-r--r--lib/sisfileheader.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/sisfileheader.h b/lib/sisfileheader.h
index 0c2d635..ba32cb5 100644
--- a/lib/sisfileheader.h
+++ b/lib/sisfileheader.h
@@ -23,7 +23,7 @@
#ifndef _SISFILEHEADER_H
#define _SISFILEHEADER_H
-#include "sistypes.h"
+#include <sistypes.h>
/**
* The first part of a SISFile.
@@ -62,21 +62,23 @@ public:
enum FileOptions {
op_isUnicode = 1,
- op_isDistributable = 2,
+ op_isDistributable = 2
#ifdef EPOC6
+ ,
op_noCompress = 8,
- op_shutdownApps = 16,
+ op_shutdownApps = 16
#endif
};
enum FileType {
- FT_App = 0,
+ FT_App = 0
#ifdef EPOC6
+ ,
FT_System = 1,
FT_Option = 2,
FT_Config = 3,
FT_Patch = 4,
- FT_Upgrade = 5,
+ FT_Upgrade = 5
#endif
};