LINKAGEMODE moved to defs.h - string.cpp actually compiles now...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-08-03 11:31:47 +00:00
parent 3fb98ddfec
commit d5d63453b1
2 changed files with 7 additions and 6 deletions

View File

@@ -29,12 +29,6 @@
#pragma interface "list.h"
#endif
#ifdef __WXPM__
#define LINKAGEMODE _Optlink
#else
#define LINKAGEMODE
#endif
// -----------------------------------------------------------------------------
// headers
// -----------------------------------------------------------------------------