diff -r 59758314f811 -r d4524d6a4472 Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/version_8h_source.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/version_8h_source.html Fri Jun 11 15:24:34 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ - - -
- -00001 /* -00002 * version.h -00003 * Copyright (C) 1998-2005 A.J. van Os; Released under GNU GPL -00004 * -00005 * Description: -00006 * Version and release information -00007 */ -00008 -00009 #if !defined(__version_h) -00010 #define __version_h 1 -00011 -00012 /* Strings for the info box */ -00013 #define PURPOSESTRING "Display MS-Word files" -00014 -00015 #if defined(__riscos) -00016 #define AUTHORSTRING "© 1998-2005 Adri van Os" -00017 #else -00018 #define AUTHORSTRING "(C) 1998-2005 Adri van Os" -00019 #endif /* __riscos */ -00020 -00021 #define VERSIONSTRING "0.37 (21 Oct 2005)" -00022 -00023 #if defined(__dos) -00024 #if defined(__DJGPP__) -00025 #define VERSIONSTRING2 " # 32-bit Protected Mode" -00026 #else -00027 #define VERSIONSTRING2 " # 16-bit Real Mode" -00028 #endif /* __DJGPP__ */ -00029 #endif /* __dos */ -00030 -00031 #if defined(DEBUG) -00032 #define STATUSSTRING "DEBUG version" -00033 #else -00034 #define STATUSSTRING "GNU General Public License" -00035 #endif /* DEBUG */ -00036 -00037 #endif /* __version_h */ -