summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32.h
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-04-08 10:59:58 +0000
committermsmit <msmit@remedy.nl>2009-04-08 10:59:58 +0000
commitc68d6584d58e32c54b68527d81f4cfd97bb72108 (patch)
tree888dfab0d8d40904fa2d5ed7a29af968a3332c9d /ACE/ace/config-win32.h
parent07873acb484f4fc6681c4fa9d142b26a49450343 (diff)
downloadATCD-c68d6584d58e32c54b68527d81f4cfd97bb72108.tar.gz
Wed Apr 8 10:59:59 UTC 2009 Marcel Smit <msmit@remedy.nl>
* ace/config-win32-cegcc.h: Added to support CE gcc compiler * ace/config-win32-common.h: Prevent ACE_HAS_CUSTOM_EXPORT_MACROS from being defined a second time. * ace/config-win32.h: Introduced ACE_HAS_CEGCC. When defined, config-win32-cegcc is included. * ace/Numeric_Limits.h: "#ifdef" replace by "#if defined" * ace/os_include/sys/os_stat.h: Prevent defines from being defined a second time. * ace/OS_NS_stdio.inl: Prevent compiler errors when compiling with CE gcc compiler. Using global namespace for fseek * ace/OS_NS_stdlib.inl: Prevent compiler errors when compiling with CE gcc compiler. * ace/OS_NS_Thread.h: Defining STACK_SIZE_PARAM_IS_A_RESERVATION (when it isn't defined yet). * ace/OS_NS_time.h: * ace/Time_Value.inl: Prevent pragma warnings when compiling with CE gcc compiler.
Diffstat (limited to 'ACE/ace/config-win32.h')
-rw-r--r--ACE/ace/config-win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/config-win32.h b/ACE/ace/config-win32.h
index 37cfb683519..417b7ccfc28 100644
--- a/ACE/ace/config-win32.h
+++ b/ACE/ace/config-win32.h
@@ -37,6 +37,8 @@
# include "ace/config-win32-msvc.h"
#elif defined (ghs)
# include "ace/config-win32-ghs.h"
+#elif defined (ACE_HAS_CEGCC) //need to be prior to MINGW32
+# include "ace/config-win32-cegcc.h"
#elif defined (__MINGW32__)
# include "ace/config-win32-mingw.h"
#elif defined (__DMC__)