home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d020_1_4 / 5.ddi / DDE / SERVER.DEF < prev    next >
Encoding:
Text File  |  1990-06-01  |  304 b   |  20 lines

  1. NAME    Server
  2.  
  3. DESCRIPTION 'Sample Microsoft Windows Application'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. STUB    'WINSTUB.EXE'
  8.  
  9. CODE    PRELOAD MOVEABLE DISCARDABLE
  10.  
  11. DATA    PRELOAD MOVEABLE MULTIPLE
  12.  
  13. HEAPSIZE  1024
  14. STACKSIZE 8192
  15.  
  16. EXPORTS
  17.     MainWndProc      @1
  18.     DDEWndProc         @2
  19.     AboutDlgProc     @3
  20.