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:
@@ -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
|
||||
|
Reference in New Issue
Block a user