From f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 5 Feb 2003 07:59:09 +0000 Subject: - Changes for compiling with gcc 3.2 --- lib/sisfileheader.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'lib/sisfileheader.h') 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 /** * 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 }; -- cgit v1.2.3