home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / wwncmdln.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  519b  |  26 lines

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