#endif
// Place other OS/2 compiler environment defines here
- #define LINKAGEMODE _Optlink
+ #if defined(__VISAGECPP__)
+ // VisualAge is the only thing that understands _Optlink
+ #define LINKAGEMODE _Optlink
+ #endif
#else // Windows
#ifndef __WINDOWS__
#define __WINDOWS__
#else
// no stdcall under Unix nor Win16
#define wxCALLBACK
-
#endif // platform
// callling convention for the qsort(3) callback
#define FAR _far
#endif
#endif // no FAR
+#else // Win32
+ #define FAR
#endif // Win16/32
#endif // MSW