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.

30 lines
633 B

  1. /***
  2. *wwncmdln.c - process command line for wWinMain
  3. *
  4. * Copyright (c) 1997-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * Prepare command line to be passed to wWinMain.
  8. *
  9. *Revision History:
  10. * 06-26-97 GJF Module created.
  11. *
  12. *******************************************************************************/
  13. #ifndef _POSIX_
  14. #define WPRFLAG 1
  15. #ifndef _UNICODE /* CRT flag */
  16. #define _UNICODE 1
  17. #endif
  18. #ifndef UNICODE /* NT flag */
  19. #define UNICODE 1
  20. #endif
  21. #undef _MBCS /* UNICODE not _MBCS */
  22. #include "wincmdln.c"
  23. #endif /* _POSIX_ */