From: Václav Slavík Date: Wed, 2 Jul 2003 13:01:44 +0000 (+0000) Subject: reverted previous change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3d97f1823ae1bc09fe0d8b8a7bd0c3894bc6e81d?ds=inline reverted previous change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/multilib.bkl b/build/bakefiles/multilib.bkl index a977678950..1e70d1aef9 100644 --- a/build/bakefiles/multilib.bkl +++ b/build/bakefiles/multilib.bkl @@ -7,7 +7,6 @@ - WXUSINGDLL WXMAKINGDLL_BASE wxUSE_BASE=1 wxUSE_GUI=0 @@ -27,7 +26,7 @@ - WXUSINGDLL + WXUSINGDLL_BASE WXMAKINGDLL_CORE wxUSE_BASE=0 $(BASE_AND_GUI_SRC) $(CORE_SRC) @@ -47,7 +46,8 @@ - WXUSINGDLL + WXUSINGDLL_BASE + WXUSINGDLL_CORE WXMAKINGDLL_HTML $(HTML_SRC) coredll diff --git a/include/wx/defs.h b/include/wx/defs.h index f5f2d18659..bcbb1856e6 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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)