Trying hard to make things compile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-09-26 18:13:18 +00:00
parent 8f3b30d57a
commit b057f88ab8
2 changed files with 21 additions and 10 deletions

View File

@@ -16,16 +16,11 @@
#include "wx/utils.h"
#include "wx/wxchar.h"
#if !wxUSE_UNICODE_MSLU
inline bool wxUsingUnicowsDll() { return false; }
#else
//------------------------------------------------------------------------
// Returns true if we are running under Unicode emulation in Win9x environment.
// Workaround hacks take effect only if this condition is met
inline bool wxUsingUnicowsDll()
{
return (wxGetOsVersion() == wxWIN95);
}
WXDLLEXPORT bool wxUsingUnicowsDll();
#if wxUSE_UNICODE_MSLU
//------------------------------------------------------------------------
// Wrongly implemented functions from unicows.dll