dep/ace: fix the config-test macro

--HG--
branch : trunk
This commit is contained in:
click
2010-11-04 06:08:24 +01:00
parent 9b16ee203f
commit cf475e75ca

View File

@@ -21,7 +21,11 @@
#ifndef ACE_CONFIG_MACROS_H
#define ACE_CONFIG_MACROS_H
#include "ace/config.h"
#ifdef _WIN32
#include "ace/config-win32.h"
#else
#include "ace/config.h"
#endif
#include "ace/Version.h"
#include "ace/Versioned_Namespace.h"