home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_06 / 3n06026b < prev    next >
Text File  |  1992-04-15  |  326b  |  16 lines

  1. ; INTER.DEF   Module definition file
  2.  
  3. NAME           INTER
  4. DESCRIPTION    'Intercepting dll functions  (c) Timothy Adams  1992 '
  5. EXETYPE        WINDOWS
  6. STUB           'WINSTUB.EXE'
  7. CODE  PRELOAD  MOVEABLE DISCARDABLE
  8. DATA  PRELOAD  MOVEABLE
  9. HEAPSIZE       5000
  10. STACKSIZE      5120
  11. EXPORTS
  12.        INTERDLGPROC  @1
  13.  
  14.  
  15.  
  16.