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:
Stefan Neis 2000-01-26 22:44:44 +00:00
parent 1a787c5dc8
commit c2517b27a8

View File

@ -49,9 +49,6 @@
#if defined(__WXPM__)
#define INCL_DOS
#include <os2.h>
#define LINKAGEMODE _Optlink
#else
#define LINKAGEMODE
#endif
#include <stdlib.h>