home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / oleaut / browseh / browseh.def < prev    next >
Text File  |  1997-09-30  |  435b  |  17 lines

  1. ;-------------------------------------
  2. ;BROWSEH.DEF module definition file
  3. ;-------------------------------------
  4.  
  5. LIBRARY         BROWSEH
  6.  
  7. DESCRIPTION    'OLE Automation TypeLibrary Browse Helper Sample'
  8. EXETYPE        WINDOWS
  9. STUB           'WINSTUB.EXE'
  10. CODE           PRELOAD MOVEABLE DISCARDABLE
  11. DATA           PRELOAD MOVEABLE SINGLE
  12. HEAPSIZE       1024
  13. STACKSIZE      0
  14.  
  15. EXPORTS        WEP   @1 RESIDENTNAME   
  16.  
  17.