LINKAGEMODE under OS/2 is only applicable for VisualAge, not EMX or Watcom

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-01-13 20:31:20 +00:00
parent f6e4e9ea30
commit 02b6f53109

View File

@@ -62,7 +62,10 @@
#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__