LINKAGEMODE is defined in defs.h. No need to have the same #ifdef again -
- at least as far as I can see/test. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,9 +49,6 @@
|
|||||||
#if defined(__WXPM__)
|
#if defined(__WXPM__)
|
||||||
#define INCL_DOS
|
#define INCL_DOS
|
||||||
#include <os2.h>
|
#include <os2.h>
|
||||||
#define LINKAGEMODE _Optlink
|
|
||||||
#else
|
|
||||||
#define LINKAGEMODE
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Reference in New Issue
Block a user