home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / PJ_9_6.ZIP / INITAPP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-06  |  334 b   |  11 lines

  1. static void InitApplication();
  2.  
  3. /*--------------------------------------------------------------------------
  4.   Register InitApplication
  5. --------------------------------------------------------------------------*/
  6. static void StartApplication()
  7. {
  8.   RegisterApplication ( InitApplication );
  9. }
  10. #pragma startup StartApplication
  11.