From 636773ddad93b2b9ec98c166a3a41251e52407a8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Jun 2003 15:44:31 +0000 Subject: [PATCH] temp fix for link errors after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/utilscmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 190855940f..f9e56b9f2b 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -89,7 +89,7 @@ #include "wx/msw/private.h" #endif -#ifdef __WXBASE__ +#if 1 // def __WXBASE__ // ---------------------------------------------------------------------------- // common data -- 2.45.2