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.

21 lines
671 B

  1. //+------------------------------------------------------------------
  2. //
  3. // File: pch.hxx
  4. //
  5. // Contents: headers to precompile when building cmdline.lib
  6. //
  7. // Synoposis:
  8. //
  9. // Classes:
  10. //
  11. // Functions:
  12. //
  13. // History: 09/18/92 Lizch Created
  14. //
  15. //-------------------------------------------------------------------
  16. #include <cmdlinew.hxx> // public cmdlinew stuff
  17. #include "_clw.hxx" // private cmdlinew stuff
  18. #include <stdio.h> // For default output
  19. #include <stdlib.h> // For mbstowcs declaration
  20. #include <nchar.h> // nchar (neutral character set)
  21. #include <ctype.h> // is functions