home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 17 / bugs / bugsbc.def < prev    next >
Text File  |  1992-07-08  |  514b  |  25 lines

  1. ;-------------------------------------------------------------------------
  2. ;Bugs.def Module definiation file
  3. ;Copyright (c) 1992 Douglas Boling
  4. ;-------------------------------------------------------------------------
  5.  
  6. NAME        BUGS
  7.  
  8. DESCRIPTION    'SCRNSAVE : Hungry bugs'
  9.  
  10. EXETYPE        WINDOWS
  11. STUB        'WINSTUB.EXE'
  12.  
  13. CODE        MOVEABLE DISCARDABLE PRELOAD
  14. DATA        MOVEABLE MULTIPLE PRELOAD
  15.  
  16. HEAPSIZE    4096
  17. STACKSIZE    8192
  18.  
  19. EXPORTS
  20.         ScreenSaverProc            @1  
  21.         ScreenSaverConfigureDialog    @2
  22.         AboutDlgProc
  23.  
  24.