]> git.saurik.com Git - wxWidgets.git/commitdiff
LINKAGEMODE is defined in defs.h. No need to have the same #ifdef again -
authorStefan Neis <Stefan.Neis@t-online.de>
Wed, 26 Jan 2000 22:44:44 +0000 (22:44 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Wed, 26 Jan 2000 22:44:44 +0000 (22:44 +0000)
        - 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

src/common/fileconf.cpp

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