home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prog / s13382.arj / TTDMP.DEF < prev    next >
Encoding:
Text File  |  1992-03-25  |  559 b   |  25 lines

  1. ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME         ttdmp
  4. DESCRIPTION  'Sample Microsoft Windows Application'
  5. EXETYPE      WINDOWS
  6. STUB         'WINSTUB.EXE'
  7.  
  8. CODE  MOVEABLE DISCARDABLE
  9. DATA  PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE     1024
  12. STACKSIZE    5120
  13.  
  14. SEGMENTS    _TEXT  PRELOAD MOVABLE DISCARDABLE
  15. SEGMENTS    MAIN   PRELOAD MOVABLE DISCARDABLE
  16.     
  17. EXPORTS
  18.     MainWndProc      @1
  19.     About            @2
  20.     PrintAbortProc   @3
  21.     PrintAbortDlg    @4
  22.     EnumFontFamProc1 @5
  23.     EnumFontFamProc2 @6
  24.  
  25.