]>
Commit | Line | Data |
---|---|---|
28f5082b VS |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/msw/mslu.h | |
6dad7fff | 3 | // Purpose: MSLU-related declarations |
28f5082b | 4 | // Author: Vaclav Slavik |
6dad7fff VZ |
5 | // Modified by: Vadim Zeitlin to move out various functions to other files |
6 | // to fix header inter-dependencies | |
28f5082b | 7 | // Created: 2002/02/17 |
28f5082b | 8 | // Copyright: (c) 2002 Vaclav Slavik |
65571936 | 9 | // Licence: wxWindows licence |
28f5082b VS |
10 | ///////////////////////////////////////////////////////////////////////////// |
11 | ||
12 | #ifndef _WX_MSLU_H_ | |
13 | #define _WX_MSLU_H_ | |
14 | ||
15 | #include "wx/defs.h" | |
28f5082b | 16 | |
7eb872f4 VS |
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(); | |
28f5082b | 21 | |
28f5082b | 22 | #endif // _WX_MSLU_H_ |