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

  1. /***
  2. *wstdenvp.c - standard _setenvp routine (wchar_t version)
  3. *
  4. *       Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       This module is called by the C start-up routine to set up "_wenviron".
  8. *       Its sets up an array of pointers to strings in the environment.
  9. *       The global symbol "_wenviron" is set to point to this array.
  10. *
  11. *******************************************************************************/
  12.  
  13.  
  14. #define WPRFLAG 1
  15.  
  16. #ifndef _UNICODE
  17. #define _UNICODE 1
  18. #endif  /* _UNICODE */
  19.  
  20. #ifndef UNICODE
  21. #define UNICODE 1
  22. #endif  /* UNICODE */
  23.  
  24. #undef _MBCS /* UNICODE not _MBCS */
  25.  
  26. #include "stdenvp.c"
  27.  
  28.