Ignore:
Timestamp:
Oct 19, 2006, 4:14:05 AM (19 years ago)
Author:
bird
Message:

#128: UNI_SYSTEM_LOCALES, UNI_USER_LOCALES, ULS_LNAMEMAX, and N_LC_CATEGORIES are missing from unidef.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/unidef.h

    r1697 r2822  
    4646#define UNI_UCS_STRING_POINTER  3
    4747
     48/* Locale types */
     49#define UNI_SYSTEM_LOCALES      1
     50#define UNI_USER_LOCALES        2
     51
     52/* Max length of a locale name null included. */
     53#define ULS_LNAMEMAX            32   
     54
    4855/* Locale categories */
    4956#undef LANG
     
    6471#define LC_TIME                 4
    6572#define LC_MESSAGES             5
     73/* Number of locale categories. */
     74#define N_LC_CATEGORIES         6
    6675
    6776
Note: See TracChangeset for help on using the changeset viewer.