20#ifndef __WINE_LOCALE_H
21#define __WINE_LOCALE_H
71#ifndef _CONFIG_LOCALE_SWT
72#define _CONFIG_LOCALE_SWT
74#define _ENABLE_PER_THREAD_LOCALE 0x1
75#define _DISABLE_PER_THREAD_LOCALE 0x2
76#define _ENABLE_PER_THREAD_LOCALE_GLOBAL 0x10
77#define _DISABLE_PER_THREAD_LOCALE_GLOBAL 0x20
78#define _ENABLE_PER_THREAD_LOCALE_NEW 0x100
79#define _DISABLE_PER_THREAD_LOCALE_NEW 0x200
97#ifndef _WLOCALE_DEFINED
98#define _WLOCALE_DEFINED
_ACRTIMP void __cdecl _free_locale(_locale_t)
_ACRTIMP _locale_t __cdecl _create_locale(int, const char *)
_ACRTIMP struct lconv *__cdecl localeconv(void)
_ACRTIMP _locale_t __cdecl _get_current_locale(void)
_ACRTIMP int __cdecl _configthreadlocale(int)
_ACRTIMP size_t __cdecl _Strftime(char *, size_t, const char *, const struct tm *, void *)
_ACRTIMP unsigned int __cdecl ___lc_codepage_func(void)
_ACRTIMP wchar_t *__cdecl _wsetlocale(int, const wchar_t *)
wchar_t * _W_decimal_point
wchar_t * _W_mon_thousands_sep
wchar_t * _W_thousands_sep
wchar_t * _W_mon_decimal_point
wchar_t * _W_int_curr_symbol
wchar_t * _W_currency_symbol
wchar_t * _W_positive_sign
wchar_t * _W_negative_sign