10 #pragma warning(disable:4820)
13 #define GEOID_NOT_AVAILABLE (-1)
14 #define MAX_LEADBYTES 12
15 #define MAX_DEFAULTCHAR 2
17 #define LOCALE_ALL 0x00
19 #define LOCALE_NOUSEROVERRIDE 0x80000000
20 #define LOCALE_USE_CP_ACP 0x40000000
21 #if (WINVER >= 0x0400)
22 #define LOCALE_RETURN_NUMBER 0x20000000
24 #define LOCALE_RETURN_GENITIVE_NAMES 0x10000000
25 #define LOCALE_ILANGUAGE 1
26 #define LOCALE_SLANGUAGE 2
27 #define LOCALE_SENGLANGUAGE 0x1001
28 #define LOCALE_SABBREVLANGNAME 3
29 #define LOCALE_SNATIVELANGNAME 4
30 #define LOCALE_ICOUNTRY 5
31 #define LOCALE_SCOUNTRY 6
32 #define LOCALE_SENGCOUNTRY 0x1002
33 #define LOCALE_SABBREVCTRYNAME 7
34 #define LOCALE_SNATIVECTRYNAME 8
35 #define LOCALE_IDEFAULTLANGUAGE 9
36 #define LOCALE_IDEFAULTCOUNTRY 10
37 #define LOCALE_IDEFAULTCODEPAGE 11
38 #define LOCALE_IDEFAULTANSICODEPAGE 0x1004
39 #define LOCALE_IDEFAULTMACCODEPAGE 0x1011
40 #define LOCALE_SLIST 12
41 #define LOCALE_IMEASURE 13
42 #define LOCALE_SDECIMAL 14
43 #define LOCALE_STHOUSAND 15
44 #define LOCALE_SGROUPING 16
45 #define LOCALE_IDIGITS 17
46 #define LOCALE_ILZERO 18
47 #define LOCALE_INEGNUMBER 0x1010
48 #define LOCALE_SNATIVEDIGITS 19
49 #define LOCALE_SCURRENCY 20
50 #define LOCALE_SINTLSYMBOL 21
51 #define LOCALE_SMONDECIMALSEP 22
52 #define LOCALE_SMONTHOUSANDSEP 23
53 #define LOCALE_SMONGROUPING 24
54 #define LOCALE_ICURRDIGITS 25
55 #define LOCALE_IINTLCURRDIGITS 26
56 #define LOCALE_ICURRENCY 27
57 #define LOCALE_INEGCURR 28
58 #define LOCALE_SDATE 29
59 #define LOCALE_STIME 30
60 #define LOCALE_SSHORTDATE 31
61 #define LOCALE_SLONGDATE 32
62 #define LOCALE_STIMEFORMAT 0x1003
63 #define LOCALE_IDATE 33
64 #define LOCALE_ILDATE 34
65 #define LOCALE_ITIME 35
66 #define LOCALE_ITIMEMARKPOSN 0x1005
67 #define LOCALE_ICENTURY 36
68 #define LOCALE_ITLZERO 37
69 #define LOCALE_IDAYLZERO 38
70 #define LOCALE_IMONLZERO 39
71 #define LOCALE_S1159 40
72 #define LOCALE_S2359 41
73 #define LOCALE_ICALENDARTYPE 0x1009
74 #define LOCALE_IOPTIONALCALENDAR 0x100B
75 #define LOCALE_IFIRSTDAYOFWEEK 0x100C
76 #define LOCALE_IFIRSTWEEKOFYEAR 0x100D
77 #define LOCALE_SDAYNAME1 42
78 #define LOCALE_SDAYNAME2 43
79 #define LOCALE_SDAYNAME3 44
80 #define LOCALE_SDAYNAME4 45
81 #define LOCALE_SDAYNAME5 46
82 #define LOCALE_SDAYNAME6 47
83 #define LOCALE_SDAYNAME7 48
84 #define LOCALE_SABBREVDAYNAME1 49
85 #define LOCALE_SABBREVDAYNAME2 50
86 #define LOCALE_SABBREVDAYNAME3 51
87 #define LOCALE_SABBREVDAYNAME4 52
88 #define LOCALE_SABBREVDAYNAME5 53
89 #define LOCALE_SABBREVDAYNAME6 54
90 #define LOCALE_SABBREVDAYNAME7 55
91 #define LOCALE_SMONTHNAME1 56
92 #define LOCALE_SMONTHNAME2 57
93 #define LOCALE_SMONTHNAME3 58
94 #define LOCALE_SMONTHNAME4 59
95 #define LOCALE_SMONTHNAME5 60
96 #define LOCALE_SMONTHNAME6 61
97 #define LOCALE_SMONTHNAME7 62
98 #define LOCALE_SMONTHNAME8 63
99 #define LOCALE_SMONTHNAME9 64
100 #define LOCALE_SMONTHNAME10 65
101 #define LOCALE_SMONTHNAME11 66
102 #define LOCALE_SMONTHNAME12 67
103 #define LOCALE_SMONTHNAME13 0x100E
104 #define LOCALE_SABBREVMONTHNAME1 68
105 #define LOCALE_SABBREVMONTHNAME2 69
106 #define LOCALE_SABBREVMONTHNAME3 70
107 #define LOCALE_SABBREVMONTHNAME4 71
108 #define LOCALE_SABBREVMONTHNAME5 72
109 #define LOCALE_SABBREVMONTHNAME6 73
110 #define LOCALE_SABBREVMONTHNAME7 74
111 #define LOCALE_SABBREVMONTHNAME8 75
112 #define LOCALE_SABBREVMONTHNAME9 76
113 #define LOCALE_SABBREVMONTHNAME10 77
114 #define LOCALE_SABBREVMONTHNAME11 78
115 #define LOCALE_SABBREVMONTHNAME12 79
116 #define LOCALE_SABBREVMONTHNAME13 0x100F
117 #define LOCALE_SPOSITIVESIGN 80
118 #define LOCALE_SNEGATIVESIGN 81
119 #define LOCALE_SSCRIPTS 108 // FIXME
120 #define LOCALE_IPOSSIGNPOSN 82
121 #define LOCALE_INEGSIGNPOSN 83
122 #define LOCALE_IPOSSYMPRECEDES 84
123 #define LOCALE_IPOSSEPBYSPACE 85
124 #define LOCALE_INEGSYMPRECEDES 86
125 #define LOCALE_INEGSEPBYSPACE 87
126 #define LOCALE_FONTSIGNATURE 88
127 #define LOCALE_SISO639LANGNAME 89
128 #define LOCALE_SISO3166CTRYNAME 90
129 #define LOCALE_SNAME 92 // FIXME
131 #if (WINVER >= 0x0600)
132 #define LOCALE_SNAME 92
133 #define LOCALE_SDURATION 93
134 #define LOCALE_SKEYBOARDSTOINSTALL 94
135 #define LOCALE_SSHORTESTDAYNAME1 96
136 #define LOCALE_SSHORTESTDAYNAME2 97
137 #define LOCALE_SSHORTESTDAYNAME3 98
138 #define LOCALE_SSHORTESTDAYNAME4 99
139 #define LOCALE_SSHORTESTDAYNAME5 100
140 #define LOCALE_SSHORTESTDAYNAME6 101
141 #define LOCALE_SSHORTESTDAYNAME7 102
142 #define LOCALE_SISO639LANGNAME2 103
143 #define LOCALE_SISO3166CTRYNAME2 104
144 #define LOCALE_SNAN 105
145 #define LOCALE_SPOSINFINITY 106
146 #define LOCALE_SNEGINFINITY 107
147 #define LOCALE_SSCRIPTS 108
148 #define LOCALE_SPARENT 109
149 #define LOCALE_SCONSOLEFALLBACKNAME 110
150 #endif /* (WINVER >= 0x0600) */
152 //#if (WINVER >= _WIN32_WINNT_WIN7)
153 #define LOCALE_IREADINGLAYOUT 0x0070
154 #define LOCALE_INEUTRAL 0x0071
155 #define LOCALE_INEGATIVEPERCENT 0x0074
156 #define LOCALE_IPOSITIVEPERCENT 0x0075
157 #define LOCALE_SPERCENT 0x0076
158 #define LOCALE_SPERMILLE 0x0077
159 #define LOCALE_SMONTHDAY 0x0078
160 #define LOCALE_SSHORTTIME 0x0079
161 #define LOCALE_SOPENTYPELANGUAGETAG 0x007a
162 #define LOCALE_SSORTLOCALE 0x007b
163 //#endif /* (WINVER >= _WIN32_WINNT_WIN7) */
165 #if (WINVER >= 0x0600)
166 #define LOCALE_NAME_USER_DEFAULT NULL
167 #define LOCALE_NAME_INVARIANT L""
168 #define LOCALE_NAME_SYSTEM_DEFAULT L"!sys-default-locale"
171 #define LOCALE_IDEFAULTUNIXCODEPAGE 0x1030 /* Wine extension */
173 #define NORM_IGNORECASE 1
174 #define NORM_IGNOREKANATYPE 65536
175 #define NORM_IGNORENONSPACE 2
176 #define NORM_IGNORESYMBOLS 4
177 #define NORM_IGNOREWIDTH 131072
178 #define LINGUISTIC_IGNORECASE 0x00000010
179 #define NORM_LINGUISTIC_CASING 0x08000000
180 #define SORT_STRINGSORT 4096
181 #define LCMAP_LOWERCASE 0x00000100
182 #define LCMAP_UPPERCASE 0x00000200
183 #define LCMAP_SORTKEY 0x00000400
184 #define LCMAP_BYTEREV 0x00000800
185 #define LCMAP_HIRAGANA 0x00100000
186 #define LCMAP_KATAKANA 0x00200000
187 #define LCMAP_HALFWIDTH 0x00400000
188 #define LCMAP_FULLWIDTH 0x00800000
189 #define LCMAP_LINGUISTIC_CASING 0x01000000
190 #define LCMAP_SIMPLIFIED_CHINESE 0x02000000
191 #define LCMAP_TRADITIONAL_CHINESE 0x04000000
192 #define ENUM_ALL_CALENDARS (-1)
193 #define DATE_SHORTDATE 1
194 #define DATE_LONGDATE 2
195 #define DATE_USE_ALT_CALENDAR 4
196 #define CP_INSTALLED 1
197 #define CP_SUPPORTED 2
198 #define LCID_INSTALLED 1
199 #define LCID_SUPPORTED 2
200 #define LCID_ALTERNATE_SORTS 4
201 #define MAP_FOLDCZONE 16
202 #define MAP_FOLDDIGITS 128
203 #define MAP_PRECOMPOSED 32
204 #define MAP_COMPOSITE 64
206 #define WC_DISCARDNS 0x0010
207 #define WC_SEPCHARS 0x0020
208 #define WC_DEFAULTCHAR 0x0040
209 #define WC_ERR_INVALID_CHARS 0x0080
210 #define WC_COMPOSITECHECK 0x0200
211 #if (WINVER >= 0x0500)
212 #define WC_NO_BEST_FIT_CHARS 0x0400
217 #define CP_UNIXCP CP_ACP
221 #define CP_THREAD_ACP 3
223 #define CP_UTF7 65000
224 #define CP_UTF8 65001
235 #define C1_XDIGIT 128
237 #define C1_DEFINED 512
238 #define C2_LEFTTORIGHT 1
239 #define C2_RIGHTTOLEFT 2
240 #define C2_EUROPENUMBER 3
241 #define C2_EUROPESEPARATOR 4
242 #define C2_EUROPETERMINATOR 5
243 #define C2_ARABICNUMBER 6
244 #define C2_COMMONSEPARATOR 7
245 #define C2_BLOCKSEPARATOR 8
246 #define C2_SEGMENTSEPARATOR 9
247 #define C2_WHITESPACE 10
248 #define C2_OTHERNEUTRAL 11
249 #define C2_NOTAPPLICABLE 0
250 #define C3_NONSPACING 1
251 #define C3_DIACRITIC 2
252 #define C3_VOWELMARK 4
254 #define C3_KATAKANA 16
255 #define C3_HIRAGANA 32
256 #define C3_HALFWIDTH 64
257 #define C3_FULLWIDTH 128
258 #define C3_IDEOGRAPH 256
259 #define C3_KASHIDA 512
260 #define C3_LEXICAL 1024
261 #define C3_ALPHA 32768
262 #define C3_NOTAPPLICABLE 0
263 #define C3_HIGHSURROGATE 0x0800
264 #define C3_LOWSURROGATE 0x1000
265 #define TIME_NOMINUTESORSECONDS 1
266 #define TIME_NOSECONDS 2
267 #define TIME_NOTIMEMARKER 4
268 #define TIME_FORCE24HOURFORMAT 8
269 #define MB_PRECOMPOSED 1
270 #define MB_COMPOSITE 2
271 #define MB_ERR_INVALID_CHARS 8
272 #define MB_USEGLYPHCHARS 4
273 #define CTRY_DEFAULT 0
274 #define CTRY_ALBANIA 355
275 #define CTRY_ALGERIA 213
276 #define CTRY_ARGENTINA 54
277 #define CTRY_ARMENIA 374
278 #define CTRY_AUSTRALIA 61
279 #define CTRY_AUSTRIA 43
280 #define CTRY_AZERBAIJAN 994
281 #define CTRY_BAHRAIN 973
282 #define CTRY_BELARUS 375
283 #define CTRY_BELGIUM 32
284 #define CTRY_BELIZE 501
285 #define CTRY_BOLIVIA 591
286 #define CTRY_BRAZIL 55
287 #define CTRY_BRUNEI_DARUSSALAM 673
288 #define CTRY_BULGARIA 359
289 #define CTRY_CANADA 2
290 #define CTRY_CARIBBEAN 1
291 #define CTRY_CHILE 56
292 #define CTRY_COLOMBIA 57
293 #define CTRY_COSTA_RICA 506
294 #define CTRY_CROATIA 385
295 #define CTRY_CZECH 420
296 #define CTRY_DENMARK 45
297 #define CTRY_DOMINICAN_REPUBLIC 1
298 #define CTRY_ECUADOR 593
299 #define CTRY_EGYPT 20
300 #define CTRY_EL_SALVADOR 503
301 #define CTRY_ESTONIA 372
302 #define CTRY_FAEROE_ISLANDS 298
303 #define CTRY_FINLAND 358
304 #define CTRY_FRANCE 33
305 #define CTRY_GEORGIA 995
306 #define CTRY_GERMANY 49
307 #define CTRY_GREECE 30
308 #define CTRY_GUATEMALA 502
309 #define CTRY_HONDURAS 504
310 #define CTRY_HONG_KONG 852
311 #define CTRY_HUNGARY 36
312 #define CTRY_ICELAND 354
313 #define CTRY_INDIA 91
314 #define CTRY_INDONESIA 62
315 #define CTRY_IRAN 981
316 #define CTRY_IRAQ 964
317 #define CTRY_IRELAND 353
318 #define CTRY_ISRAEL 972
319 #define CTRY_ITALY 39
320 #define CTRY_JAMAICA 1
321 #define CTRY_JAPAN 81
322 #define CTRY_JORDAN 962
323 #define CTRY_KAZAKSTAN 7
324 #define CTRY_KENYA 254
325 #define CTRY_KUWAIT 965
326 #define CTRY_KYRGYZSTAN 996
327 #define CTRY_LATVIA 371
328 #define CTRY_LEBANON 961
329 #define CTRY_LIBYA 218
330 #define CTRY_LIECHTENSTEIN 41
331 #define CTRY_LITHUANIA 370
332 #define CTRY_LUXEMBOURG 352
333 #define CTRY_MACAU 853
334 #define CTRY_MACEDONIA 389
335 #define CTRY_MALAYSIA 60
336 #define CTRY_MALDIVES 960
337 #define CTRY_MEXICO 52
338 #define CTRY_MONACO 33
339 #define CTRY_MONGOLIA 976
340 #define CTRY_MOROCCO 212
341 #define CTRY_NETHERLANDS 31
342 #define CTRY_NEW_ZEALAND 64
343 #define CTRY_NICARAGUA 505
344 #define CTRY_NORWAY 47
345 #define CTRY_OMAN 968
346 #define CTRY_PAKISTAN 92
347 #define CTRY_PANAMA 507
348 #define CTRY_PARAGUAY 595
350 #define CTRY_PHILIPPINES 63
351 #define CTRY_POLAND 48
352 #define CTRY_PORTUGAL 351
353 #define CTRY_PRCHINA 86
354 #define CTRY_PUERTO_RICO 1
355 #define CTRY_QATAR 974
356 #define CTRY_ROMANIA 40
357 #define CTRY_RUSSIA 7
358 #define CTRY_SAUDI_ARABIA 966
359 #define CTRY_SERBIA 381
360 #define CTRY_SINGAPORE 65
361 #define CTRY_SLOVAK 421
362 #define CTRY_SLOVENIA 386
363 #define CTRY_SOUTH_AFRICA 27
364 #define CTRY_SOUTH_KOREA 82
365 #define CTRY_SPAIN 34
366 #define CTRY_SWEDEN 46
367 #define CTRY_SWITZERLAND 41
368 #define CTRY_SYRIA 963
369 #define CTRY_TAIWAN 886
370 #define CTRY_TATARSTAN 7
371 #define CTRY_THAILAND 66
372 #define CTRY_TRINIDAD_Y_TOBAGO 1
373 #define CTRY_TUNISIA 216
374 #define CTRY_TURKEY 90
376 #define CTRY_UKRAINE 380
377 #define CTRY_UNITED_KINGDOM 44
378 #define CTRY_UNITED_STATES 1
379 #define CTRY_URUGUAY 598
380 #define CTRY_UZBEKISTAN 7
381 #define CTRY_VENEZUELA 58
382 #define CTRY_VIET_NAM 84
383 #define CTRY_YEMEN 967
384 #define CTRY_ZIMBABWE 263
385 #define CAL_ICALINTVALUE 1
386 #define CAL_SCALNAME 2
387 #define CAL_IYEAROFFSETRANGE 3
388 #define CAL_SERASTRING 4
389 #define CAL_SSHORTDATE 5
390 #define CAL_SLONGDATE 6
391 #define CAL_SDAYNAME1 7
392 #define CAL_SDAYNAME2 8
393 #define CAL_SDAYNAME3 9
394 #define CAL_SDAYNAME4 10
395 #define CAL_SDAYNAME5 11
396 #define CAL_SDAYNAME6 12
397 #define CAL_SDAYNAME7 13
398 #define CAL_SABBREVDAYNAME1 14
399 #define CAL_SABBREVDAYNAME2 15
400 #define CAL_SABBREVDAYNAME3 16
401 #define CAL_SABBREVDAYNAME4 17
402 #define CAL_SABBREVDAYNAME5 18
403 #define CAL_SABBREVDAYNAME6 19
404 #define CAL_SABBREVDAYNAME7 20
405 #define CAL_SMONTHNAME1 21
406 #define CAL_SMONTHNAME2 22
407 #define CAL_SMONTHNAME3 23
408 #define CAL_SMONTHNAME4 24
409 #define CAL_SMONTHNAME5 25
410 #define CAL_SMONTHNAME6 26
411 #define CAL_SMONTHNAME7 27
412 #define CAL_SMONTHNAME8 28
413 #define CAL_SMONTHNAME9 29
414 #define CAL_SMONTHNAME10 30
415 #define CAL_SMONTHNAME11 31
416 #define CAL_SMONTHNAME12 32
417 #define CAL_SMONTHNAME13 33
418 #define CAL_SABBREVMONTHNAME1 34
419 #define CAL_SABBREVMONTHNAME2 35
420 #define CAL_SABBREVMONTHNAME3 36
421 #define CAL_SABBREVMONTHNAME4 37
422 #define CAL_SABBREVMONTHNAME5 38
423 #define CAL_SABBREVMONTHNAME6 39
424 #define CAL_SABBREVMONTHNAME7 40
425 #define CAL_SABBREVMONTHNAME8 41
426 #define CAL_SABBREVMONTHNAME9 42
427 #define CAL_SABBREVMONTHNAME10 43
428 #define CAL_SABBREVMONTHNAME11 44
429 #define CAL_SABBREVMONTHNAME12 45
430 #define CAL_SABBREVMONTHNAME13 46
431 #define CAL_GREGORIAN 1
432 #define CAL_GREGORIAN_US 2
439 #define CAL_GREGORIAN_ME_FRENCH 9
440 #define CAL_GREGORIAN_ARABIC 10
441 #define CAL_GREGORIAN_XLIT_ENGLISH 11
442 #define CAL_GREGORIAN_XLIT_FRENCH 12
443 #define CSTR_LESS_THAN 1
445 #define CSTR_GREATER_THAN 3
446 #define LGRPID_INSTALLED 1
447 #define LGRPID_SUPPORTED 2
448 #define LGRPID_WESTERN_EUROPE 1
449 #define LGRPID_CENTRAL_EUROPE 2
450 #define LGRPID_BALTIC 3
451 #define LGRPID_GREEK 4
452 #define LGRPID_CYRILLIC 5
453 #define LGRPID_TURKISH 6
454 #define LGRPID_JAPANESE 7
455 #define LGRPID_KOREAN 8
456 #define LGRPID_TRADITIONAL_CHINESE 9
457 #define LGRPID_SIMPLIFIED_CHINESE 10
458 #define LGRPID_THAI 11
459 #define LGRPID_HEBREW 12
460 #define LGRPID_ARABIC 13
461 #define LGRPID_VIETNAMESE 14
462 #define LGRPID_INDIC 15
463 #define LGRPID_GEORGIAN 16
464 #define LGRPID_ARMENIAN 17
466 #if (WINVER >= 0x0500)
467 #define LOCALE_SYEARMONTH 0x1006
468 #define LOCALE_SENGCURRNAME 0x1007
469 #define LOCALE_SNATIVECURRNAME 0x1008
470 #define LOCALE_IDEFAULTEBCDICCODEPAGE 0x1012
471 #define LOCALE_SSORTNAME 0x1013
472 #define LOCALE_IDIGITSUBSTITUTION 0x1014
473 #define LOCALE_IPAPERSIZE 0x100A
474 #define DATE_YEARMONTH 8
475 #define DATE_LTRREADING 16
476 #define DATE_RTLREADING 32
477 #define MAP_EXPAND_LIGATURES 0x2000
478 #define CAL_SYEARMONTH 47
479 #define CAL_ITWODIGITYEARMAX 48
480 #define CAL_NOUSEROVERRIDE LOCALE_NOUSEROVERRIDE
481 #define CAL_RETURN_NUMBER LOCALE_RETURN_NUMBER
482 #define CAL_USE_CP_ACP LOCALE_USE_CP_ACP
483 #endif /* (WINVER >= 0x0500) */
485 #define IDN_ALLOW_UNASSIGNED 0x1
486 #define IDN_USE_STD3_ASCII_RULES 0x2
487 #define VS_ALLOW_LATIN 0x1
488 #define GSS_ALLOW_INHERITED_COMMON 0x1
491 typedef long LONG_PTR
;
495 typedef DWORD LCTYPE
;
496 typedef DWORD CALTYPE
;
498 typedef DWORD LGRPID
;
500 typedef DWORD GEOTYPE
;
501 typedef DWORD GEOCLASS
;
502 typedef BOOL (CALLBACK
*CALINFO_ENUMPROCEXEX
)(LPWSTR
, CALID
, LPWSTR
, LPARAM
);
503 typedef BOOL (CALLBACK
*DATEFMT_ENUMPROCEXEX
)(LPWSTR
, CALID
, LPARAM
);
504 typedef BOOL (CALLBACK
*TIMEFMT_ENUMPROCEX
)(LPWSTR
, LPARAM
);
505 typedef BOOL (CALLBACK
*CALINFO_ENUMPROCA
)(LPSTR
);
506 typedef BOOL (CALLBACK
*CALINFO_ENUMPROCW
)(LPWSTR
);
507 typedef BOOL (CALLBACK
*CALINFO_ENUMPROCEXA
)(LPSTR
, CALID
);
508 typedef BOOL (CALLBACK
*CALINFO_ENUMPROCEXW
)(LPWSTR
, CALID
);
509 typedef BOOL (CALLBACK
*LANGUAGEGROUP_ENUMPROCA
)(LGRPID
, LPSTR
, LPSTR
, DWORD
, LONG_PTR
);
510 typedef BOOL (CALLBACK
*LANGUAGEGROUP_ENUMPROCW
)(LGRPID
, LPWSTR
, LPWSTR
, DWORD
, LONG_PTR
);
511 typedef BOOL (CALLBACK
*LANGGROUPLOCALE_ENUMPROCA
)(LGRPID
, LCID
, LPSTR
, LONG_PTR
);
512 typedef BOOL (CALLBACK
*LANGGROUPLOCALE_ENUMPROCW
)(LGRPID
, LCID
, LPWSTR
, LONG_PTR
);
513 typedef BOOL (CALLBACK
*UILANGUAGE_ENUMPROCW
)(LPWSTR
, LONG_PTR
);
514 typedef BOOL (CALLBACK
*UILANGUAGE_ENUMPROCA
)(LPSTR
, LONG_PTR
);
515 typedef BOOL (CALLBACK
*LOCALE_ENUMPROCA
)(LPSTR
);
516 typedef BOOL (CALLBACK
*LOCALE_ENUMPROCW
)(LPWSTR
);
517 typedef BOOL (CALLBACK
*LOCALE_ENUMPROCEX
)(LPWSTR
, DWORD
, LPARAM
);
518 typedef BOOL (CALLBACK
*CODEPAGE_ENUMPROCA
)(LPSTR
);
519 typedef BOOL (CALLBACK
*CODEPAGE_ENUMPROCW
)(LPWSTR
);
520 typedef BOOL (CALLBACK
*DATEFMT_ENUMPROCA
)(LPSTR
);
521 typedef BOOL (CALLBACK
*DATEFMT_ENUMPROCW
)(LPWSTR
);
522 typedef BOOL (CALLBACK
*DATEFMT_ENUMPROCEXA
)(LPSTR
, CALID
);
523 typedef BOOL (CALLBACK
*DATEFMT_ENUMPROCEXW
)(LPWSTR
, CALID
);
524 typedef BOOL (CALLBACK
*TIMEFMT_ENUMPROCA
)(LPSTR
);
525 typedef BOOL (CALLBACK
*TIMEFMT_ENUMPROCW
)(LPWSTR
);
526 typedef BOOL (CALLBACK
*GEO_ENUMPROC
)(GEOID
);
529 COMPARE_STRING
= 0x0001
531 typedef enum NLS_FUNCTION NLS_FUNCTION
;
533 GEOCLASS_NATION
= 16,
537 /* Geographic Information types */
550 GEO_OFFICIALLANGUAGES
,
558 typedef struct _cpinfo
{
560 BYTE DefaultChar
[MAX_DEFAULTCHAR
];
561 BYTE LeadByte
[MAX_LEADBYTES
];
563 typedef struct _cpinfoexA
{
565 BYTE DefaultChar
[MAX_DEFAULTCHAR
];
566 BYTE LeadByte
[MAX_LEADBYTES
];
567 WCHAR UnicodeDefaultChar
;
569 CHAR CodePageName
[MAX_PATH
];
570 } CPINFOEXA
,*LPCPINFOEXA
;
571 typedef struct _cpinfoexW
{
573 BYTE DefaultChar
[MAX_DEFAULTCHAR
];
574 BYTE LeadByte
[MAX_LEADBYTES
];
575 WCHAR UnicodeDefaultChar
;
577 WCHAR CodePageName
[MAX_PATH
];
578 } CPINFOEXW
,*LPCPINFOEXW
;
579 typedef struct _currencyfmtA
{
587 LPSTR lpCurrencySymbol
;
588 } CURRENCYFMTA
,*LPCURRENCYFMTA
;
589 typedef struct _currencyfmtW
{
594 LPWSTR lpThousandSep
;
597 LPWSTR lpCurrencySymbol
;
598 } CURRENCYFMTW
,*LPCURRENCYFMTW
;
599 typedef struct nlsversioninfo
{
600 DWORD dwNLSVersionInfoSize
;
602 DWORD dwDefinedVersion
;
603 } NLSVERSIONINFO
,*LPNLSVERSIONINFO
;
604 typedef struct _numberfmtA
{
611 } NUMBERFMTA
,*LPNUMBERFMTA
;
612 typedef struct _numberfmtW
{
617 LPWSTR lpThousandSep
;
619 } NUMBERFMTW
,*LPNUMBERFMTW
;
620 #if (WINVER >= 0x0600)
621 typedef enum _NORM_FORM
{
622 NormalizationOther
= 0,
623 NormalizationC
= 0x1,
624 NormalizationD
= 0x2,
625 NormalizationKC
= 0x5,
626 NormalizationKD
= 0x6
628 #endif /* (WINVER >= 0x0600) */
629 typedef struct _FILEMUIINFO
{
634 BYTE pServiceChecksum
[16];
635 DWORD dwLanguageNameOffset
;
636 DWORD dwTypeIDMainSize
;
637 DWORD dwTypeIDMainOffset
;
638 DWORD dwTypeNameMainOffset
;
639 DWORD dwTypeIDMUISize
;
640 DWORD dwTypeIDMUIOffset
;
641 DWORD dwTypeNameMUIOffset
;
643 } FILEMUIINFO
, *PFILEMUIINFO
;
645 #define HIGH_SURROGATE_START 0xd800
646 #define HIGH_SURROGATE_END 0xdbff
647 #define LOW_SURROGATE_START 0xdc00
648 #define LOW_SURROGATE_END 0xdfff
650 #define IS_HIGH_SURROGATE(ch) ((ch) >= HIGH_SURROGATE_START && (ch) <= HIGH_SURROGATE_END)
651 #define IS_LOW_SURROGATE(ch) ((ch) >= LOW_SURROGATE_START && (ch) <= LOW_SURROGATE_END)
652 #define IS_SURROGATE_PAIR(high,low) (IS_HIGH_SURROGATE(high) && IS_LOW_SURROGATE(low))
658 _In_ DWORD dwCmpFlags
,
659 _In_reads_(cchCount1
) LPCSTR lpString1
,
661 _In_reads_(cchCount2
) LPCSTR lpString2
,
668 _In_ DWORD dwCmpFlags
,
669 _In_reads_(cchCount1
) LPCWSTR lpString1
,
671 _In_reads_(cchCount2
) LPCWSTR lpString2
,
674 LCID WINAPI
ConvertDefaultLocale(_In_ LCID
);
675 BOOL WINAPI
EnumCalendarInfoA(_In_ CALINFO_ENUMPROCA
, _In_ LCID
, _In_ CALID
, _In_ CALTYPE
);
676 BOOL WINAPI
EnumCalendarInfoW(_In_ CALINFO_ENUMPROCW
, _In_ LCID
, _In_ CALID
, _In_ CALTYPE
);
677 BOOL WINAPI
EnumDateFormatsA(_In_ DATEFMT_ENUMPROCA
, _In_ LCID
, _In_ DWORD
);
678 BOOL WINAPI
EnumDateFormatsW(_In_ DATEFMT_ENUMPROCW
, _In_ LCID
, _In_ DWORD
);
679 BOOL WINAPI
EnumSystemCodePagesA(_In_ CODEPAGE_ENUMPROCA
, _In_ DWORD
);
680 BOOL WINAPI
EnumSystemCodePagesW(_In_ CODEPAGE_ENUMPROCW
, _In_ DWORD
);
681 BOOL WINAPI
EnumSystemGeoID(_In_ GEOCLASS
, _In_ GEOID
, _In_ GEO_ENUMPROC
);
682 BOOL WINAPI
EnumSystemLocalesA(_In_ LOCALE_ENUMPROCA
, _In_ DWORD
);
683 BOOL WINAPI
EnumSystemLocalesW(_In_ LOCALE_ENUMPROCW
, _In_ DWORD
);
684 BOOL WINAPI
EnumTimeFormatsA(_In_ TIMEFMT_ENUMPROCA
, _In_ LCID
, _In_ DWORD
);
685 BOOL WINAPI
EnumTimeFormatsW(_In_ TIMEFMT_ENUMPROCW
, _In_ LCID
, _In_ DWORD
);
690 _In_ DWORD dwMapFlags
,
691 _In_reads_(cchSrc
) LPCSTR lpSrcStr
,
693 _Out_writes_opt_(cchDest
) LPSTR lpDestStr
,
699 _In_ DWORD dwMapFlags
,
700 _In_reads_(cchSrc
) LPCWSTR lpSrcStr
,
702 _Out_writes_opt_(cchDest
) LPWSTR lpDestStr
,
705 UINT WINAPI
GetACP(void);
712 _In_ CALTYPE CalType
,
713 _Out_writes_opt_(cchData
) LPSTR lpCalData
,
715 _Out_opt_ LPDWORD lpValue
);
722 _In_ CALTYPE CalType
,
723 _Out_writes_opt_(cchData
) LPWSTR lpCalData
,
725 _Out_opt_ LPDWORD lpValue
);
727 BOOL WINAPI
GetCPInfo(_In_ UINT
, _Out_ LPCPINFO
);
728 BOOL WINAPI
GetCPInfoExA(_In_ UINT
, _In_ DWORD
, _Out_ LPCPINFOEXA
);
729 BOOL WINAPI
GetCPInfoExW(_In_ UINT
, _In_ DWORD
, _Out_ LPCPINFOEXW
);
737 _In_opt_
const CURRENCYFMTA
*lpFormat
,
738 _Out_writes_opt_(cchCurrency
) LPSTR lpCurrencyStr
,
739 _In_
int cchCurrency
);
746 _In_ LPCWSTR lpValue
,
747 _In_opt_
const CURRENCYFMTW
*lpFormat
,
748 _Out_writes_opt_(cchCurrency
) LPWSTR lpCurrencyStr
,
749 _In_
int cchCurrency
);
751 int WINAPI
GetDateFormatA(LCID
,DWORD
,const SYSTEMTIME
*,LPCSTR
,LPSTR
,int);
752 int WINAPI
GetDateFormatW(LCID
,DWORD
,const SYSTEMTIME
*,LPCWSTR
,LPWSTR
,int);
758 _In_ GEOTYPE GeoType
,
759 _Out_writes_opt_(cchData
) LPSTR lpGeoData
,
767 _In_ GEOTYPE GeoType
,
768 _Out_writes_opt_(cchData
) LPWSTR lpGeoData
,
777 _Out_writes_opt_(cchData
) LPSTR lpLCData
,
785 _Out_writes_opt_(cchData
) LPWSTR lpLCData
,
788 BOOL WINAPI
GetNLSVersion(_In_ NLS_FUNCTION
, _In_ LCID
, _Inout_ LPNLSVERSIONINFO
);
796 _In_opt_
const NUMBERFMTA
*lpFormat
,
797 _Out_writes_opt_(cchNumber
) LPSTR lpNumberStr
,
805 _In_ LPCWSTR lpValue
,
806 _In_opt_
const NUMBERFMTW
*lpFormat
,
807 _Out_writes_opt_(cchNumber
) LPWSTR lpNumberStr
,
810 UINT WINAPI
GetOEMCP(void);
816 _In_ DWORD dwInfoType
,
817 _In_reads_(cchSrc
) LPCSTR lpSrcStr
,
819 _Out_ LPWORD lpCharType
);
824 _In_ DWORD dwInfoType
,
825 _In_reads_(cchSrc
) LPCWSTR lpSrcStr
,
827 _Out_ LPWORD lpCharType
);
833 _In_ DWORD dwInfoType
,
834 _In_reads_(cchSrc
) LPCSTR lpSrcStr
,
836 _Out_writes_(cchSrc
) LPWORD lpCharType
);
842 _In_ DWORD dwInfoType
,
843 _In_reads_(cchSrc
) LPCWSTR lpSrcStr
,
845 _Out_writes_(cchSrc
) LPWORD lpCharType
);
847 LANGID WINAPI
GetSystemDefaultLangID(void);
848 LCID WINAPI
GetSystemDefaultLCID(void);
849 LCID WINAPI
GetThreadLocale(void);
850 int WINAPI
GetTimeFormatA(LCID
,DWORD
,const SYSTEMTIME
*,LPCSTR
,LPSTR
,int);
851 int WINAPI
GetTimeFormatW(LCID
,DWORD
,const SYSTEMTIME
*,LPCWSTR
,LPWSTR
,int);
852 LANGID WINAPI
GetUserDefaultLangID(void);
853 LCID WINAPI
GetUserDefaultLCID(void);
854 GEOID WINAPI
GetUserGeoID(_In_ GEOCLASS
);
856 #if (WINVER >= 0x0600)
862 _In_reads_(cchUnicodeChar
) LPCWSTR lpUnicodeCharStr
,
863 _In_
int cchUnicodeChar
,
864 _Out_writes_opt_(cchASCIIChar
) LPWSTR lpASCIICharStr
,
865 _In_
int cchASCIIChar
);
871 _In_reads_(cchASCIIChar
) LPCWSTR lpASCIICharStr
,
872 _In_
int cchASCIIChar
,
873 _Out_writes_opt_(cchUnicodeChar
) LPWSTR lpUnicodeCharStr
,
874 _In_
int cchUnicodeChar
);
876 #endif /* WINVER >= 0x0600 */
878 BOOL WINAPI
IsDBCSLeadByte(_In_ BYTE
);
879 BOOL WINAPI
IsDBCSLeadByteEx(_In_ UINT
, _In_ BYTE
);
884 _In_ NLS_FUNCTION Function
,
886 _In_ LPNLSVERSIONINFO lpVersionInformation
,
887 _In_reads_(cchStr
) LPCWSTR lpString
,
890 BOOL WINAPI
IsValidCodePage(_In_ UINT
);
891 BOOL WINAPI
IsValidLocale(_In_ LCID
, _In_ DWORD
);
897 _In_ DWORD dwMapFlags
,
898 _In_reads_(cchSrc
) LPCSTR lpSrcStr
,
900 _Out_writes_opt_(_Inexpressible_(cchDest
)) LPSTR lpDestStr
,
907 _In_ DWORD dwMapFlags
,
908 _In_reads_(cchSrc
) LPCWSTR lpSrcStr
,
910 _Out_writes_opt_(_Inexpressible_(cchDest
)) LPWSTR lpDestStr
,
913 int WINAPI
MultiByteToWideChar(UINT
,DWORD
,LPCSTR
,int,LPWSTR
,int);
914 int WINAPI
SetCalendarInfoA(_In_ LCID
, _In_ CALID
, _In_ CALTYPE
, _In_ LPCSTR
);
915 int WINAPI
SetCalendarInfoW(_In_ LCID
, _In_ CALID
, _In_ CALTYPE
, _In_ LPCWSTR
);
916 BOOL WINAPI
SetLocaleInfoA(_In_ LCID
, _In_ LCTYPE
, _In_ LPCSTR
);
917 BOOL WINAPI
SetLocaleInfoW(_In_ LCID
, _In_ LCTYPE
, _In_ LPCWSTR
);
918 BOOL WINAPI
SetThreadLocale(_In_ LCID
);
919 LANGID WINAPI
SetThreadUILanguage(_In_ LANGID
);
920 BOOL WINAPI
SetUserDefaultLCID(LCID
);
921 BOOL WINAPI
SetUserDefaultUILanguage(LANGID
);
922 BOOL WINAPI
SetUserGeoID(_In_ GEOID
);
923 int WINAPI
WideCharToMultiByte(UINT
,DWORD
,LPCWSTR
,int,LPSTR
,int,LPCSTR
,LPBOOL
);
924 #if (WINVER >= 0x0500)
925 BOOL WINAPI
EnumCalendarInfoExA(_In_ CALINFO_ENUMPROCEXA
, _In_ LCID
, _In_ CALID
, _In_ CALTYPE
);
926 BOOL WINAPI
EnumCalendarInfoExW(_In_ CALINFO_ENUMPROCEXW
, _In_ LCID
, _In_ CALID
, _In_ CALTYPE
);
927 BOOL WINAPI
EnumDateFormatsExA(_In_ DATEFMT_ENUMPROCEXA
, _In_ LCID
, _In_ DWORD
);
928 BOOL WINAPI
EnumDateFormatsExW(_In_ DATEFMT_ENUMPROCEXW
, _In_ LCID
, _In_ DWORD
);
929 BOOL WINAPI
EnumSystemLanguageGroupsA(_In_ LANGUAGEGROUP_ENUMPROCA
, _In_ DWORD
, _In_ LONG_PTR
);
930 BOOL WINAPI
EnumSystemLanguageGroupsW(_In_ LANGUAGEGROUP_ENUMPROCW
, _In_ DWORD
, _In_ LONG_PTR
);
931 BOOL WINAPI
EnumLanguageGroupLocalesA(_In_ LANGGROUPLOCALE_ENUMPROCA
, _In_ LGRPID
, _In_ DWORD
, _In_ LONG_PTR
);
932 BOOL WINAPI
EnumLanguageGroupLocalesW(_In_ LANGGROUPLOCALE_ENUMPROCW
, _In_ LGRPID
, _In_ DWORD
, _In_ LONG_PTR
);
933 BOOL WINAPI
EnumUILanguagesA(_In_ UILANGUAGE_ENUMPROCA
, _In_ DWORD
, _In_ LONG_PTR
);
934 BOOL WINAPI
EnumUILanguagesW(_In_ UILANGUAGE_ENUMPROCW
, _In_ DWORD
, _In_ LONG_PTR
);
935 LANGID WINAPI
GetSystemDefaultUILanguage(void);
936 LANGID WINAPI
GetUserDefaultUILanguage(void);
937 BOOL WINAPI
IsValidLanguageGroup(_In_ LGRPID
, _In_ DWORD
);
938 #endif /* (WINVER >= 0x0500) */
940 #if (WINVER >= 0x0600)
942 _Success_(return != FALSE
)
947 _In_ PCWSTR pcwszFilePath
,
948 _Inout_updates_bytes_to_opt_(*pcbFileMUIInfo
, *pcbFileMUIInfo
) PFILEMUIINFO pFileMUIInfo
,
949 _Inout_ DWORD
*pcbFileMUIInfo
);
955 _In_ PCWSTR pcwszFilePath
,
956 _Inout_updates_opt_(*pcchLanguage
) PWSTR pwszLanguage
,
957 _Inout_ PULONG pcchLanguage
,
958 _Out_writes_opt_(*pcchFileMUIPath
) PWSTR pwszFileMUIPath
,
959 _Inout_ PULONG pcchFileMUIPath
,
960 _Inout_ PULONGLONG pululEnumerator
);
966 _In_opt_ LPCWSTR lpLocaleName
,
968 _Out_writes_opt_(cchData
) LPWSTR lpLCData
,
973 GetProcessPreferredUILanguages(
975 _Out_ PULONG pulNumLanguages
,
976 _Out_writes_opt_(*pcchLanguagesBuffer
) PZZWSTR pwszLanguagesBuffer
,
977 _Inout_ PULONG pcchLanguagesBuffer
);
981 GetSystemPreferredUILanguages(
983 _Out_ PULONG pulNumLanguages
,
984 _Out_writes_opt_(*pcchLanguagesBuffer
) PZZWSTR pwszLanguagesBuffer
,
985 _Inout_ PULONG pcchLanguagesBuffer
);
989 GetThreadPreferredUILanguages(
991 _Out_ PULONG pulNumLanguages
,
992 _Out_writes_opt_(*pcchLanguagesBuffer
) PZZWSTR pwszLanguagesBuffer
,
993 _Inout_ PULONG pcchLanguagesBuffer
);
995 LANGID WINAPI
GetThreadUILanguage(void);
1001 _In_ PCZZWSTR pwmszLanguage
,
1002 _Out_writes_opt_(*pcchFallbackLanguages
) PZZWSTR pwszFallbackLanguages
,
1003 _Inout_opt_ PDWORD pcchFallbackLanguages
,
1004 _Out_ PDWORD pAttributes
);
1008 GetUserPreferredUILanguages(
1010 _Out_ PULONG pulNumLanguages
,
1011 _Out_writes_opt_(*pcchLanguagesBuffer
) PZZWSTR pwszLanguagesBuffer
,
1012 _Inout_ PULONG pcchLanguagesBuffer
);
1018 _In_reads_(cchUnicodeChar
) LPCWSTR lpUnicodeCharStr
,
1019 _In_
int cchUnicodeChar
,
1020 _Out_writes_opt_(cchASCIIChar
) LPWSTR lpASCIICharStr
,
1021 _In_
int cchASCIIChar
);
1025 IdnToNameprepUnicode(
1027 _In_reads_(cchUnicodeChar
) LPCWSTR lpUnicodeCharStr
,
1028 _In_
int cchUnicodeChar
,
1029 _Out_writes_opt_(cchNameprepChar
) LPWSTR lpNameprepCharStr
,
1030 _In_
int cchNameprepChar
);
1036 _In_reads_(cchASCIIChar
) LPCWSTR lpASCIICharStr
,
1037 _In_
int cchASCIIChar
,
1038 _Out_writes_opt_(cchUnicodeChar
) LPWSTR lpUnicodeCharStr
,
1039 _In_
int cchUnicodeChar
);
1044 _In_ NORM_FORM NormForm
,
1045 _In_reads_(cwLength
) LPCWSTR lpString
,
1051 _In_ NORM_FORM NormForm
,
1052 _In_reads_(cwSrcLength
) LPCWSTR lpSrcString
,
1053 _In_
int cwSrcLength
,
1054 _Out_writes_opt_(cwDstLength
) LPWSTR lpDstString
,
1055 _In_
int cwDstLength
);
1061 _In_ LPCWSTR lpString
,
1063 _Out_writes_opt_(cchScripts
) LPWSTR lpScripts
,
1064 _In_
int cchScripts
);
1066 BOOL WINAPI
SetProcessPreferredUILanguages(_In_ DWORD
, _In_opt_ PCZZWSTR
, _Out_opt_ PULONG
);
1067 BOOL WINAPI
SetThreadPreferredUILanguages(_In_ DWORD
, _In_opt_ PCZZWSTR
, _Out_opt_ PULONG
);
1068 BOOL WINAPI
VerifyScripts(_In_ DWORD
, _In_ LPCWSTR
, _In_
int, _In_ LPCWSTR
, _In_
int);
1070 #endif /* (WINVER >= 0x0600) */
1073 #define CALINFO_ENUMPROC CALINFO_ENUMPROCW
1074 #define CALINFO_ENUMPROCEX CALINFO_ENUMPROCEXW
1075 #define LOCALE_ENUMPROC LOCALE_ENUMPROCW
1076 #define CODEPAGE_ENUMPROC CODEPAGE_ENUMPROCW
1077 #define DATEFMT_ENUMPROC DATEFMT_ENUMPROCW
1078 #define DATEFMT_ENUMPROCEX DATEFMT_ENUMPROCEXW
1079 #define TIMEFMT_ENUMPROC TIMEFMT_ENUMPROCW
1080 #define LANGUAGEGROUP_ENUMPROC LANGUAGEGROUP_ENUMPROCW
1081 #define LANGGROUPLOCALE_ENUMPROC LANGGROUPLOCALE_ENUMPROCW
1082 #define UILANGUAGE_ENUMPROC UILANGUAGE_ENUMPROCW
1083 typedef CPINFOEXW CPINFOEX
;
1084 typedef LPCPINFOEXW LPCPINFOEX
;
1085 typedef CURRENCYFMTW CURRENCYFMT
;
1086 typedef LPCURRENCYFMTW LPCURRENCYFMT
;
1087 typedef NUMBERFMTW NUMBERFMT
;
1088 typedef LPNUMBERFMTW LPNUMBERFMT
;
1089 #define CompareString CompareStringW
1090 #define EnumCalendarInfo EnumCalendarInfoW
1091 #define EnumDateFormats EnumDateFormatsW
1092 #define EnumSystemCodePages EnumSystemCodePagesW
1093 #define EnumSystemLocales EnumSystemLocalesW
1094 #define EnumTimeFormats EnumTimeFormatsW
1095 #define FoldString FoldStringW
1096 #define GetCalendarInfo GetCalendarInfoW
1097 #define GetCPInfoEx GetCPInfoExW
1098 #define GetCurrencyFormat GetCurrencyFormatW
1099 #define GetDateFormat GetDateFormatW
1100 #define GetGeoInfo GetGeoInfoW
1101 #define GetLocaleInfo GetLocaleInfoW
1102 #define GetNumberFormat GetNumberFormatW
1103 #define GetStringTypeEx GetStringTypeExW
1104 #define GetTimeFormat GetTimeFormatW
1105 #define LCMapString LCMapStringW
1106 #define SetCalendarInfo SetCalendarInfoW
1107 #define SetLocaleInfo SetLocaleInfoW
1108 #if (WINVER >= 0x0500)
1109 #define EnumCalendarInfoEx EnumCalendarInfoExW
1110 #define EnumDateFormatsEx EnumDateFormatsExW
1111 #define EnumSystemLanguageGroups EnumSystemLanguageGroupsW
1112 #define EnumLanguageGroupLocales EnumLanguageGroupLocalesW
1113 #define EnumUILanguages EnumUILanguagesW
1114 #endif /* (WINVER >= 0x0500) */
1116 #define CALINFO_ENUMPROC CALINFO_ENUMPROCA
1117 #define CALINFO_ENUMPROCEX CALINFO_ENUMPROCEXA
1118 #define LOCALE_ENUMPROC LOCALE_ENUMPROCA
1119 #define CODEPAGE_ENUMPROC CODEPAGE_ENUMPROCA
1120 #define DATEFMT_ENUMPROC DATEFMT_ENUMPROCA
1121 #define DATEFMT_ENUMPROCEX DATEFMT_ENUMPROCEXA
1122 #define TIMEFMT_ENUMPROC TIMEFMT_ENUMPROCA
1123 #define LANGUAGEGROUP_ENUMPROC LANGUAGEGROUP_ENUMPROCA
1124 #define LANGGROUPLOCALE_ENUMPROC LANGGROUPLOCALE_ENUMPROCA
1125 #define UILANGUAGE_ENUMPROC UILANGUAGE_ENUMPROCA
1126 typedef CPINFOEXA CPINFOEX
;
1127 typedef LPCPINFOEXA LPCPINFOEX
;
1128 typedef CURRENCYFMTA CURRENCYFMT
;
1129 typedef LPCURRENCYFMTA LPCURRENCYFMT
;
1130 typedef NUMBERFMTA NUMBERFMT
;
1131 typedef LPNUMBERFMTA LPNUMBERFMT
;
1132 #define CompareString CompareStringA
1133 #define EnumCalendarInfo EnumCalendarInfoA
1134 #define EnumDateFormats EnumDateFormatsA
1135 #define EnumSystemCodePages EnumSystemCodePagesA
1136 #define EnumSystemLocales EnumSystemLocalesA
1137 #define EnumTimeFormats EnumTimeFormatsA
1138 #define FoldString FoldStringA
1139 #define GetCalendarInfo GetCalendarInfoA
1140 #define GetCPInfoEx GetCPInfoExA
1141 #define GetCurrencyFormat GetCurrencyFormatA
1142 #define GetDateFormat GetDateFormatA
1143 #define GetGeoInfo GetGeoInfoA
1144 #define GetLocaleInfo GetLocaleInfoA
1145 #define GetNumberFormat GetNumberFormatA
1146 #define GetStringTypeEx GetStringTypeExA
1147 #define GetTimeFormat GetTimeFormatA
1148 #define LCMapString LCMapStringA
1149 #define SetCalendarInfo SetCalendarInfoA
1150 #define SetLocaleInfo SetLocaleInfoA
1151 #if (WINVER >= 0x0500)
1152 #define EnumCalendarInfoEx EnumCalendarInfoExA
1153 #define EnumDateFormatsEx EnumDateFormatsExA
1154 #define EnumSystemLanguageGroups EnumSystemLanguageGroupsA
1155 #define EnumLanguageGroupLocales EnumLanguageGroupLocalesA
1156 #define EnumUILanguages EnumUILanguagesA
1157 #endif /* (WINVER >= 0x0500) */
1158 #endif /* UNICODE */
1159 #endif /* RC_INVOKED */
1162 #pragma warning(pop)