Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

  1. /***
  2. *nlsdata3.c - globals for international library - locale id's
  3. *
  4. * Copyright (c) 1991-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * This module contains the definition of locale id's. These id's and
  8. * this file should only be visible to the _init_(locale category)
  9. * functions. This module is separated from nlsdatax.c for granularity.
  10. *
  11. *Revision History:
  12. * 12-01-91 ETC Created.
  13. * 01-25-93 KRS Updated.
  14. * 09-15-93 CFW Use ANSI conformant "__" names.
  15. * 04-12-94 GJF Modified conditional so the definition of __lc_id is
  16. * not built for the Win32s version of msvcrt*.dll.
  17. * 09-06-94 CFW Remove _INTL switch.
  18. * 05-13-99 PML Remove Win32s
  19. *
  20. *******************************************************************************/
  21. #include <locale.h>
  22. #include <setlocal.h>
  23. /*
  24. * Locale id's.
  25. */
  26. /* UNDONE: define struct consisting of LCID/LANGID, CTRY ID, and CP. */
  27. LC_ID __lc_id[LC_MAX-LC_MIN+1] = {
  28. { 0, 0, 0 },
  29. { 0, 0, 0 },
  30. { 0, 0, 0 },
  31. { 0, 0, 0 },
  32. { 0, 0, 0 },
  33. { 0, 0, 0 }
  34. };