home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / nlsdata3.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  801b  |  30 lines

  1. /***
  2. *nlsdata3.c - globals for international library - locale id's
  3. *
  4. *       Copyright (c) 1991-1997, 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. *******************************************************************************/
  12.  
  13.  
  14. #include <locale.h>
  15. #include <setlocal.h>
  16.  
  17. /*
  18.  *  Locale id's.
  19.  */
  20. /* UNDONE: define struct consisting of LCID/LANGID, CTRY ID, and CP. */
  21. LC_ID __lc_id[LC_MAX-LC_MIN+1] = {
  22.         { 0, 0, 0 },
  23.         { 0, 0, 0 },
  24.         { 0, 0, 0 },
  25.         { 0, 0, 0 },
  26.         { 0, 0, 0 },
  27.         { 0, 0, 0 }
  28. };
  29.  
  30.