Changeset 7831 for trunk/include
- Timestamp:
- Feb 7, 2002, 5:32:45 PM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/codepage.h
r5454 r7831 18 18 #define CODEPAGE_SECTION "Codepages" 19 19 20 #ifdef __cplusplus 21 extern "C" { 22 #endif 23 20 24 ULONG GetDisplayCodepage(); 21 25 ULONG GetWindowsCodepage(); … … 25 29 void CODEPAGE_Init(void); 26 30 31 #ifdef __cplusplus 32 } 33 #endif 34 27 35 #endif /*__CODEPAGE_H*/ 28 36 -
trunk/include/win/winnls.h
r7825 r7831 135 135 #define LOCALE_SISO3166CTRYNAME 0x0000005A 136 136 137 #define LOCALE_IDEFAULTEBCDICCODEPAGE 0x00001012 138 #define LOCALE_IPAPERSIZE 0x0000100A 139 #define LOCALE_SENGCURRNAME 0x00001007 140 #define LOCALE_SNATIVECURRNAME 0x00001008 141 #define LOCALE_SYEARMONTH 0x00001006 142 #define LOCALE_SSORTNAME 0x00001013 143 #define LOCALE_IDIGITSUBSTITUTION 0x00001014 144 137 145 #ifdef __WIN32OS2__ 138 146 #define LCID_INSTALLED 0x00000001 /* installed locale ids */ … … 355 363 #define SUBLANG_SPANISH_PARAGUAY 0x0f 356 364 #define SUBLANG_SPANISH_BOLIVIA 0x10 357 #define SUBLANG_SPANISH_EL_SALVADOR 365 #define SUBLANG_SPANISH_EL_SALVADOR 0x11 358 366 #define SUBLANG_SPANISH_HONDURAS 0x12 359 367 #define SUBLANG_SPANISH_NICARAGUA 0x13 360 368 #define SUBLANG_SPANISH_PUERTO_RICO 0x14 361 369 /* FIXME: I don't know the symbolic names for those */ 362 #define SUBLANG_ROMANIAN 0x01 363 #define SUBLANG_ROMANIAN_MOLDAVIA 0x02 364 #define SUBLANG_RUSSIAN 0x01 365 #define SUBLANG_RUSSIAN_MOLDAVIA 0x02 366 #define SUBLANG_CROATIAN 0x01 367 #define SUBLANG_SERBIAN 0x02 368 #define SUBLANG_SERBIAN_LATIN 0x03 369 #define SUBLANG_SWEDISH 0x01 370 #define SUBLANG_SWEDISH_FINLAND 0x02 371 #define SUBLANG_LITHUANIAN 0x01 372 #define SUBLANG_LITHUANIAN_CLASSIC 0x02 373 #define SUBLANG_AZERI 0x01 374 #define SUBLANG_AZERI_CYRILLIC 0x02 375 #define SUBLANG_GAELIC 0x01 376 #define SUBLANG_GAELIC_SCOTTISH 0x02 377 #define SUBLANG_MALAY 0x01 370 #define SUBLANG_ROMANIAN 0x01 371 #define SUBLANG_ROMANIAN_MOLDAVIA 0x02 372 #define SUBLANG_RUSSIAN 0x01 373 #define SUBLANG_RUSSIAN_MOLDAVIA 0x02 374 #define SUBLANG_CROATIAN 0x01 375 #define SUBLANG_SERBIAN 0x02 376 #define SUBLANG_SERBIAN_LATIN 0x03 377 #define SUBLANG_SWEDISH 0x01 378 #define SUBLANG_SWEDISH_FINLAND 0x02 379 #define SUBLANG_LITHUANIAN 0x01 380 #define SUBLANG_LITHUANIAN_CLASSIC 0x02 381 #define SUBLANG_AZERI 0x01 382 #define SUBLANG_AZERI_CYRILLIC 0x02 383 #define SUBLANG_GAELIC 0x01 384 #define SUBLANG_GAELIC_SCOTTISH 0x02 385 #define SUBLANG_GAELIC_MANX 0x03 386 #define SUBLANG_MALAY 0x01 378 387 #define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02 379 #define SUBLANG_UZBEK 380 #define SUBLANG_UZBEK_CYRILLIC 388 #define SUBLANG_UZBEK 0x01 389 #define SUBLANG_UZBEK_CYRILLIC 0x02 381 390 #define SUBLANG_URDU_PAKISTAN 0x01 382 391
Note:
See TracChangeset
for help on using the changeset viewer.