projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a787c5
)
LINKAGEMODE is defined in defs.h. No need to have the same #ifdef again -
author
Stefan Neis
<Stefan.Neis@t-online.de>
Wed, 26 Jan 2000 22:44:44 +0000
(22:44 +0000)
committer
Stefan 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/fileconf.cpp
b/src/common/fileconf.cpp
index 8c96c4d6bd10e5f7bc1ac81e938d946bc7a751a4..acdc908251636d23872bb7b8b2fb9e28e30b2bb9 100644
(file)
--- a/
src/common/fileconf.cpp
+++ b/
src/common/fileconf.cpp
@@
-49,9
+49,6
@@
#if defined(__WXPM__)
#define INCL_DOS
#include <os2.h>
- #define LINKAGEMODE _Optlink
-#else
- #define LINKAGEMODE
#endif
#include <stdlib.h>