00001 #ifndef ACE_CONFIG_H 00002 #define ACE_CONFIG_H 00003 00004 #pragma once 00005 00006 /// Make sure that we always turn inlining on. 00007 #define __ACE_INLINE__ 00008 00009 /// Make the wchar_t interfaces available. 00010 #define ACE_HAS_WCHAR 00011 00012 00013 #endif /* ACE_CONFIG_H */