summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index e76ecf68ff6..9462bd35f08 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -699,6 +699,9 @@ extern "C" u_long CLS##_Export _get_dll_unload_policy (void) \
# define ACE_NOTSUP do { errno = ENOTSUP; return; } while (0)
#endif /* ! ACE_HAS_VERBOSE_NOTSUP */
+// empty ACE_OS namespace to help identify compiler errors more easily.
+namespace ACE_OS {}
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_ALL_H */