]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fixes.
authorRobert Roebling <robert@roebling.de>
Mon, 27 Sep 2004 13:06:30 +0000 (13:06 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 27 Sep 2004 13:06:30 +0000 (13:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/mslu.h
src/msw/mslu.cpp

index de23a77d014998b988a8907c0bfa6082d77246a4..348ef3e8a45ec1c8c64d791a8a91aa3e3a343f38 100644 (file)
@@ -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
 
index be45158331521665d8e23ba62b738d037e2ec435..eba45e13d7a619a1e3f843430da573047fa6a47a 100644 (file)
@@ -23,6 +23,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/defs.h"
+    #include "wx/utils.h"
 #endif
 
 //------------------------------------------------------------------------