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.

26 lines
717 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: keybrdc.c
  3. *
  4. * Copyright (c) 1985 - 1999, Microsoft Corporation
  5. *
  6. * History:
  7. * 11-11-90 DavidPe Created.
  8. * 13-Feb-1991 mikeke Added Revalidation code (None)
  9. * 12-Mar-1993 JerrySh Pulled functions from user\server.
  10. \***************************************************************************/
  11. #include "precomp.h"
  12. #pragma hdrstop
  13. /**************************************************************************\
  14. * GetKBCodePage
  15. *
  16. * 28-May-1992 IanJa Created
  17. \**************************************************************************/
  18. UINT GetKBCodePage(VOID)
  19. {
  20. return GetOEMCP();
  21. }