home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / porttool / porttool.def < prev    next >
Text File  |  1993-06-27  |  329b  |  21 lines

  1. NAME        PortTool
  2.  
  3. DESCRIPTION 'Win32 Porting Application'
  4.  
  5. VERSION     2.2
  6.  
  7. CODE        READ SHARED EXECUTE
  8. DATA        READ WRITE
  9.  
  10. HEAPSIZE    40960 20480
  11. STACKSIZE   40960 20480
  12.  
  13. EXPORTS
  14.         MainWndProc
  15.         AboutDlgProc
  16.         CancelDlgProc
  17.         AbortProc
  18.         OptionsDlgProc
  19.         PortDlgProc
  20.         BkPortDlgProc
  21.