]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/mslu.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: MSLU-related declarations
4 // Author: Vaclav Slavik
5 // Modified by: Vadim Zeitlin to move out various functions to other files
6 // to fix header inter-dependencies
9 // Copyright: (c) 2002 Vaclav Slavik
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////////
18 // Returns true if we are running under Unicode emulation in Win9x environment.
19 // Workaround hacks take effect only if this condition is met
20 // (NB: this function is needed even if !wxUSE_UNICODE_MSLU)
21 WXDLLIMPEXP_BASE
bool wxUsingUnicowsDll();