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

  1. /***
  2. *_wstargv.c - Wildcard argv[] expansion (wchar_t version)
  3. *
  4. *       Copyright (c) 1993-1997, Microsoft Corporation.  All rights reserved.
  5. *
  6. *Purpose:
  7. *       _wsetargv performs wildcard argv[] expansion
  8. *
  9. *       NOTE:  This stub module scheme is compatible with NT build
  10. *       procedure.
  11. *
  12. *******************************************************************************/
  13.  
  14.  
  15. #define WPRFLAG 1
  16.  
  17. #ifndef _UNICODE
  18. #define _UNICODE 1
  19. #endif  /* _UNICODE */
  20.  
  21. #ifndef UNICODE
  22. #define UNICODE 1
  23. #endif  /* UNICODE */
  24.  
  25. #undef _MBCS /* UNICODE not _MBCS */
  26.  
  27. #define WILDCARD 1
  28.  
  29. #include "stdargv.c"
  30.  
  31.