[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / config-visualage.h
blob4cef8108bc516ba4b299e910eaae425d73e3238d
1 /* -*- C++ -*- */
2 // $Id: config-visualage.h 80826 2008-03-04 14:51:23Z wotte $
4 // This configuration file automatically includes the proper
5 // configurations for IBM's VisualAge C++ compiler on Win32 and AIX.
7 #ifndef CONFIG_VISUALAGE_H
8 #define CONFIG_VISUALAGE_H
9 #include /**/ "ace/pre.h"
11 #ifdef __TOS_WIN__
12 #include "ace/config-win32.h"
13 #elif __TOS_AIX__
14 #include "ace/config-aix-4.x.h"
15 #else
16 #include "PLATFORM NOT SPECIFIED"
17 #endif /* __TOS_WIN__ */
19 #include /**/ "ace/post.h"
20 #endif //CONFIG_VISUALAGE_H