home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / progjour / 1991 / 06 / initapp.h < prev    next >
C/C++ Source or Header  |  1991-06-06  |  334b  |  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.