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

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