Source code of Windows XP (NT5)
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.

19 lines
429 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Copyright (C) Microsoft Corporation, 1991 - 1998
  4. //
  5. // File: codepage.hxx
  6. //
  7. // Contents: Locale to codepage
  8. //
  9. // History: 08-Jul-96 SitaramR Created
  10. //
  11. //-----------------------------------------------------------------------------
  12. #pragma once
  13. LCID const lcidInvalid = 0xFFFFFFFF;
  14. ULONG LocaleToCodepage( LCID lcid );