mslu.h 815 B

12345678910111213141516171819202122
  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. #ifndef _WX_MSLU_H_
  12. #define _WX_MSLU_H_
  13. #include "wx/defs.h"
  14. // Returns true if we are running under Unicode emulation in Win9x environment.
  15. // Workaround hacks take effect only if this condition is met
  16. // (NB: this function is needed even if !wxUSE_UNICODE_MSLU)
  17. WXDLLIMPEXP_BASE bool wxUsingUnicowsDll();
  18. #endif // _WX_MSLU_H_