Windows NT 4.0 source code leak
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.

24 lines
618 B

4 years ago
  1. /***
  2. *nlsdata2.c - globals for international library - locale handles and code page
  3. *
  4. * Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * This module defines the locale handles and code page. The handles are
  8. * required by almost all locale dependent functions. This module is
  9. * separated from nlsdatax.c for granularity.
  10. *
  11. *Revision History:
  12. * 12-01-91 ETC Created.
  13. *
  14. *******************************************************************************/
  15. #include <windows.h>
  16. #include <setlocal.h>
  17. /*
  18. * Code page.
  19. */
  20. UINT _lc_codepage = _CLOCALECP; /* CP_ACP */
  21. #pragma data_seg()