From e11898f903183f897a2b2a50a4447ea73ba7273f Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 27 Sep 2004 13:06:30 +0000 Subject: [PATCH] Compile fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/mslu.h | 2 +- src/msw/mslu.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/msw/mslu.h b/include/wx/msw/mslu.h index de23a77d01..348ef3e8a4 100644 --- a/include/wx/msw/mslu.h +++ b/include/wx/msw/mslu.h @@ -25,7 +25,7 @@ WXDLLIMPEXP_BASE bool wxUsingUnicowsDll(); // Wrongly implemented functions from unicows.dll //------------------------------------------------------------------------ -#if !wxUSE_UNICODE_MSLU +#if wxUSE_UNICODE_MSLU #if wxUSE_GUI diff --git a/src/msw/mslu.cpp b/src/msw/mslu.cpp index be45158331..eba45e13d7 100644 --- a/src/msw/mslu.cpp +++ b/src/msw/mslu.cpp @@ -23,6 +23,7 @@ #ifndef WX_PRECOMP #include "wx/defs.h" + #include "wx/utils.h" #endif //------------------------------------------------------------------------ -- 2.45.2