summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-cygwin32.h')
-rw-r--r--ace/config-cygwin32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h
index ec433dc1e17..91eefab4a53 100644
--- a/ace/config-cygwin32.h
+++ b/ace/config-cygwin32.h
@@ -4,8 +4,8 @@
// The following configuration file is designed to work for CygWin
// platforms using GNU C++.
-#ifndef ACE_CONFIG_H
-#define ACE_CONFIG_H
+#ifndef ACE_CONFIG_CYGWIN32_H
+#define ACE_CONFIG_CYGWIN32_H
#include "ace/pre.h"
#include "ace/config-cygwin32-common.h"
@@ -13,4 +13,4 @@
#define ACE_HAS_AUTOMATIC_INIT_FINI
#include "ace/post.h"
-#endif /* ACE_CONFIG_H */
+#endif /* ACE_CONFIG_CYGWIN32_H */