diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/version_8h_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/version_8h_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,53 @@ + + + + +TB9.2 Example Applications: examples/PIPS/antiword/inc/version.h Source File + + + + + +

examples/PIPS/antiword/inc/version.h

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 */
+
+
Generated by  + +doxygen 1.6.2
+ +