diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:08:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 10:08:02 +0000 |
commit | 0fd4402f4de03449d548dabc9541ff7d61adc95c (patch) | |
tree | 1d3eb4cbcc819780af3d92f2a4b6e9ff04c7933b | |
parent | b043139c6d3cbb2bdeda42b93b54b8a726145d0e (diff) |
INTEGRATION: CWS mingwport04 (1.2.4); FILE MERGED
2007/04/25 11:53:37 vg 1.2.4.2: #i75844# MinGW port efforts part II
2007/04/18 12:12:17 vg 1.2.4.1: #i75844# MinGW port efforts part II
-rw-r--r-- | tools/inc/tools/solar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index beef41f7b61b..96191a71cd48 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -4,9 +4,9 @@ * * $RCSfile: solar.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 20:17:46 $ + * last change: $Author: vg $ $Date: 2007-05-25 11:08:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -342,6 +342,7 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); } #define SYSTEM_UNXSOGS 31 #define SYSTEM_UNXSOGI 32 #define SYSTEM_UNXMACXI 33 +#define SYSTEM_WNTGCCI 99 #if defined WNT #if defined(__MINGW32__) |