25 #pragma pack(push,_CRT_PACKING)
36 #define NULL ((void *)0)
50 #define LC_MAX LC_TIME
54 #ifndef _LCONV_DEFINED
83 #define _LCONV_DEFINED
92 extern __inline
int __dummy(
void) {
return _charmax; }
97 #ifndef _CONFIG_LOCALE_SWT
98 #define _ENABLE_PER_THREAD_LOCALE 0x1
99 #define _DISABLE_PER_THREAD_LOCALE 0x2
100 #define _ENABLE_PER_THREAD_LOCALE_GLOBAL 0x10
101 #define _DISABLE_PER_THREAD_LOCALE_GLOBAL 0x20
102 #define _ENABLE_PER_THREAD_LOCALE_NEW 0x100
103 #define _DISABLE_PER_THREAD_LOCALE_NEW 0x200
104 #define _CONFIG_LOCALE_SWT
114 #ifdef _CRT_USE_WINAPI_FAMILY_DESKTOP_APP
121 #ifndef _WLOCALE_DEFINED
128 #define _WLOCALE_DEFINED
char * mon_thousands_sep
Definition: locale.h:62
wchar_t * _W_currency_symbol
Definition: locale.h:77
_Check_return_opt_ _CRTIMP wchar_t *__cdecl _wsetlocale(_In_ int _Category, _In_opt_z_ const wchar_t *_Locale)
char * mon_decimal_point
Definition: locale.h:61
#define _CRTIMP
Definition: crtdefs.h:23
wchar_t * _W_thousands_sep
Definition: locale.h:75
char p_sign_posn
Definition: locale.h:72
char * negative_sign
Definition: locale.h:65
char * grouping
Definition: locale.h:58
char * decimal_point
Definition: locale.h:56
wchar_t * _W_positive_sign
Definition: locale.h:80
char * mon_grouping
Definition: locale.h:63
_Check_return_opt_ _CRTIMP struct lconv *__cdecl localeconv(void)
char int_frac_digits
Definition: locale.h:66
#define _In_opt_z_
Definition: sal.h:320
#define _Check_return_
Definition: sal.h:563
char n_sep_by_space
Definition: locale.h:71
_Check_return_opt_ _CRTIMP _locale_t __cdecl _wcreate_locale(_In_ int _Category, _In_z_ const wchar_t *_Locale)
char n_sign_posn
Definition: locale.h:73
#define _In_z_
Definition: sal.h:319
#define _In_
Definition: sal.h:314
_Check_return_ _In_z_ const char * _Locale
Definition: locale.h:117
char * positive_sign
Definition: locale.h:64
_Check_return_opt_ _CRTIMP char *__cdecl setlocale(_In_ int _Category, _In_opt_z_ const char *_Locale)
#define _In_opt_
Definition: sal.h:315
char * currency_symbol
Definition: locale.h:60
char p_sep_by_space
Definition: locale.h:69
_CRTIMP void __cdecl _free_locale(_In_opt_ _locale_t _Locale)
char p_cs_precedes
Definition: locale.h:68
char * int_curr_symbol
Definition: locale.h:59
_Check_return_opt_ _CRTIMP _locale_t __cdecl _get_current_locale(void)
_Check_return_ _CRT_OBSOLETE(_get_current_locale) _CRTIMP _locale_t __cdecl __get_current_locale(void)
wchar_t * _W_mon_thousands_sep
Definition: locale.h:79
_Check_return_opt_ _CRTIMP int __cdecl _configthreadlocale(_In_ int _Flag)
wchar_t * _W_negative_sign
Definition: locale.h:81
char * thousands_sep
Definition: locale.h:57
#define _Check_return_opt_
Definition: crtdefs.h:2122
wchar_t * _W_int_curr_symbol
Definition: locale.h:76
wchar_t * _W_decimal_point
Definition: locale.h:74
wchar_t * _W_mon_decimal_point
Definition: locale.h:78
char frac_digits
Definition: locale.h:67
_Check_return_opt_ _CRTIMP _locale_t __cdecl _create_locale(_In_ int _Category, _In_z_ const char *_Locale)
Definition: crtdefs.h:2078
char n_cs_precedes
Definition: locale.h:70