reverted previous change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-02 13:01:44 +00:00
parent fd24237519
commit 3d97f1823a
2 changed files with 3 additions and 5 deletions

View File

@@ -387,7 +387,6 @@ typedef int wxWindowID;
// WXDLLEXPORT maps to export declaration when building the DLL, to import
// declaration if using it or to nothing at all if we don't use wxWin as DLL
#ifdef WXMAKINGDLL_BASE
#undef WXUSINGDLL_BASE
#define WXDLLIMPEXP_BASE WXEXPORT
#define WXDLLIMPEXP_DATA_BASE(type) WXEXPORT type
#elif defined(WXUSINGDLL_BASE)
@@ -399,7 +398,6 @@ typedef int wxWindowID;
#endif
#ifdef WXMAKINGDLL_CORE
#undef WXUSINGDLL_CORE
#define WXDLLIMPEXP_CORE WXEXPORT
#define WXDLLIMPEXP_DATA_CORE(type) WXEXPORT type
#elif defined(WXUSINGDLL_CORE)