Changeset 7831 for trunk/include


Ignore:
Timestamp:
Feb 7, 2002, 5:32:45 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/codepage.h

    r5454 r7831  
    1818#define CODEPAGE_SECTION    "Codepages"
    1919
     20#ifdef __cplusplus
     21extern "C" {
     22#endif
     23
    2024ULONG GetDisplayCodepage();
    2125ULONG GetWindowsCodepage();
     
    2529void CODEPAGE_Init(void);
    2630
     31#ifdef __cplusplus
     32}
     33#endif
     34
    2735#endif  /*__CODEPAGE_H*/
    2836
  • trunk/include/win/winnls.h

    r7825 r7831  
    135135#define LOCALE_SISO3166CTRYNAME     0x0000005A
    136136
     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
    137145#ifdef __WIN32OS2__
    138146#define LCID_INSTALLED            0x00000001  /* installed locale ids */
     
    355363#define SUBLANG_SPANISH_PARAGUAY         0x0f
    356364#define SUBLANG_SPANISH_BOLIVIA          0x10
    357 #define SUBLANG_SPANISH_EL_SALVADOR       0x11
     365#define SUBLANG_SPANISH_EL_SALVADOR      0x11
    358366#define SUBLANG_SPANISH_HONDURAS         0x12
    359367#define SUBLANG_SPANISH_NICARAGUA        0x13
    360368#define SUBLANG_SPANISH_PUERTO_RICO      0x14
    361369/* 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
    378387#define SUBLANG_MALAY_BRUNEI_DARUSSALAM  0x02
    379 #define SUBLANG_UZBEK                           0x01
    380 #define SUBLANG_UZBEK_CYRILLIC               0x02
     388#define SUBLANG_UZBEK                    0x01
     389#define SUBLANG_UZBEK_CYRILLIC           0x02
    381390#define SUBLANG_URDU_PAKISTAN            0x01
    382391
Note: See TracChangeset for help on using the changeset viewer.