]> git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/mslu.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / msw / mslu.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/mslu.h
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
7 // Created: 2002/02/17
8 // Copyright: (c) 2002 Vaclav Slavik
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_MSLU_H_
13 #define _WX_MSLU_H_
14
15 #include "wx/defs.h"
16
17 // Returns true if we are running under Unicode emulation in Win9x environment.
18 // Workaround hacks take effect only if this condition is met
19 // (NB: this function is needed even if !wxUSE_UNICODE_MSLU)
20 WXDLLIMPEXP_BASE bool wxUsingUnicowsDll();
21
22 #endif // _WX_MSLU_H_