home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / asm / PJ96.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.