diff options
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r-- | ace/config-win32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h index 68d1e9d93ef..e0bfb1e1a35 100644 --- a/ace/config-win32.h +++ b/ace/config-win32.h @@ -17,7 +17,7 @@ #ifndef ACE_CONFIG_WIN32_H #define ACE_CONFIG_WIN32_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" // NOTE: Please do not add anything besides #include's here. Put other stuff // (definitions, etc.) in the included headers @@ -52,5 +52,5 @@ # error Compiler is not supported #endif -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_H */ |