home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / io / serial / tty.def < prev    next >
Text File  |  1993-02-03  |  363b  |  17 lines

  1. NAME         TTY
  2. EXETYPE      WINDOWS
  3. DESCRIPTION  'Windows TTY Sample Application (c) 1991 Microsoft Corporation'
  4. STUB         'winstub.exe'
  5.  
  6. CODE         PRELOAD MOVEABLE DISCARDABLE
  7. DATA         PRELOAD MULTIPLE MOVEABLE
  8.  
  9. HEAPSIZE     4096
  10. STACKSIZE    4096
  11.  
  12. EXPORTS
  13.    TTYWndProc         @1
  14.    AboutDlgProc       @2
  15.    SettingsDlgProc    @3
  16.  
  17.