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
361 B

  1. /*++
  2. Copyright (c) 1988-1999 Microsoft Corporation
  3. Module Name:
  4. cchcp.c
  5. Abstract:
  6. Not-immplemented messages for changing code page
  7. --*/
  8. #include "cmd.h"
  9. int Chcp( command_line )
  10. TCHAR *command_line;
  11. {
  12. DBG_UNREFERENCED_PARAMETER( command_line );
  13. PutStdOut(MSG_NOT_IMPLEMENTED, NOARGS);
  14. return( SUCCESS );
  15. }