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

  1. /***
  2. *wincrt0.c - C runtime Windows EXE start-up routine
  3. *
  4. *       Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       This is the actual startup routine for Windows apps.  It calls the
  8. *       user's main routine WinMain() after performing C Run-Time Library
  9. *       initialization.
  10. *
  11. *******************************************************************************/
  12.  
  13.  
  14. #define _WINMAIN_
  15. #include "crt0.c"
  16.  
  17.