From: Stefan Neis Date: Wed, 26 Jan 2000 22:44:44 +0000 (+0000) Subject: LINKAGEMODE is defined in defs.h. No need to have the same #ifdef again - X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c2517b27a82b168e28a76fbf518f107c1c87cd63?ds=inline 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 --- diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 8c96c4d6bd..acdc908251 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -49,9 +49,6 @@ #if defined(__WXPM__) #define INCL_DOS #include - #define LINKAGEMODE _Optlink -#else - #define LINKAGEMODE #endif #include