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:
@@ -62,7 +62,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Place other OS/2 compiler environment defines here
|
// 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
|
#else // Windows
|
||||||
#ifndef __WINDOWS__
|
#ifndef __WINDOWS__
|
||||||
#define __WINDOWS__
|
#define __WINDOWS__
|
||||||
|
Reference in New Issue
Block a user