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

  1. /***
  2. *wcrtexew.c - Startup code for a wide character Windows EXE built /MD
  3. *
  4. *       Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       defines _wWinMainCRTStartup, the C Run-Time Library start-up code
  8. *       for a wide character Windows (GUI) application linked with MSVCRT.LIB.
  9. *       This module includes wcrtexe.c, which in turn includes crtexe.c,
  10. *       which contains the common code.
  11. *
  12. *******************************************************************************/
  13.  
  14. #ifdef CRTDLL
  15. #define _WINMAIN_
  16. #include "wcrtexe.c"
  17. #endif  /* CRTDLL */
  18.