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

  1. /***
  2. *wspawnve.c - Low level routine eventually called by all _wspawnXX routines
  3. *       also contains all code for _wexecve, called by _wexecXX routines
  4. *       (wchar_t version)
  5. *
  6. *       Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
  7. *
  8. *Purpose:
  9. *
  10. *       This is the low level routine which is eventually invoked by all the
  11. *       _wspawnXX routines.
  12. *
  13. *       This is also the low-level routine which is eventually invoked by
  14. *       all of the _wexecXX routines.
  15. *
  16. *******************************************************************************/
  17.  
  18.  
  19. #define WPRFLAG 1
  20.  
  21. #ifndef _UNICODE
  22. #define _UNICODE 1
  23. #endif  /* _UNICODE */
  24.  
  25. #ifndef UNICODE
  26. #define UNICODE 1
  27. #endif  /* UNICODE */
  28.  
  29. #undef _MBCS /* UNICODE not _MBCS */
  30.  
  31. #include "spawnve.c"
  32.  
  33.