]>
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 VS |
7 | // Created: 2002/02/17 |
8 | // RCS-ID: $Id$ | |
9 | // Copyright: (c) 2002 Vaclav Slavik | |
65571936 | 10 | // Licence: wxWindows licence |
28f5082b VS |
11 | ///////////////////////////////////////////////////////////////////////////// |
12 | ||
13 | #ifndef _WX_MSLU_H_ | |
14 | #define _WX_MSLU_H_ | |
15 | ||
16 | #include "wx/defs.h" | |
28f5082b | 17 | |
7eb872f4 VS |
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(); | |
28f5082b | 22 | |
28f5082b | 23 | #endif // _WX_MSLU_H_ |