home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / ms3dctl.zip / SAMPLE3D.DEF < prev    next >
Text File  |  1992-11-17  |  306b  |  14 lines

  1. NAME            Sample3D
  2. DESCRIPTION     'Sample3D'
  3. STUB            'WINSTUB.EXE'
  4. EXETYPE         WINDOWS
  5.  
  6. CODE            MOVEABLE DISCARDABLE LOADONCALL PURE
  7. DATA            MOVEABLE MULTIPLE
  8. HEAPSIZE        4096
  9. STACKSIZE       8096
  10.  
  11. EXPORTS
  12.         DIALOGPROC   @1
  13.         OPENHOOK     @2
  14.