Compile fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-09-27 13:06:30 +00:00
parent 944e8709b7
commit e11898f903
2 changed files with 2 additions and 1 deletions

View 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

View File

@@ -23,6 +23,7 @@
#ifndef WX_PRECOMP
#include "wx/defs.h"
#include "wx/utils.h"
#endif
//------------------------------------------------------------------------