summaryrefslogtreecommitdiff
path: root/ace/config-win32.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-01 22:14:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-01 22:14:41 +0000
commit488942947dec9a16aae4007a9c92711e87434409 (patch)
treeba076a2f0bbfaf642ff67319fd7d987aff175e76 /ace/config-win32.h
parent080b68db7c29f9a1bbec7dab2977d4e1a9d10d2d (diff)
downloadATCD-488942947dec9a16aae4007a9c92711e87434409.tar.gz
ChangeLogTag:Thu Nov 1 15:49:04 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r--ace/config-win32.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h
index 37150b77302..f193d5078bd 100644
--- a/ace/config-win32.h
+++ b/ace/config-win32.h
@@ -19,13 +19,9 @@
#define ACE_CONFIG_WIN32_H
#include "ace/pre.h"
-
-
// NOTE: Please do not add anything besides #include's here. Put other stuff
// (definitions, etc.) in the included headers
-
-
// Include the platform specific config file (Windows CE is special)
#if defined (_WIN32_WCE)
@@ -52,6 +48,8 @@
# include "ace/config-win32-ghs.h"
#elif defined (__MINGW32__)
# include "ace/config-win32-mingw.h"
+#elif defined (__CYGWIN32__)
+# include "ace/config-cygwin32.h"
#else
# error Compiler is not supported
#endif