home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / B6 < prev    next >
Encoding:
Text File  |  1990-11-11  |  509 b   |  18 lines

  1. ;-----------------------------------
  2. ; DDEPOP.DEF module definition file
  3. ;-----------------------------------
  4.  
  5. NAME           DDEPOP
  6.  
  7. DESCRIPTION    'DDE Server for Population Data (c) Charles Petzold, 1990'
  8. EXETYPE        WINDOWS
  9. STUB           'WINSTUB.EXE'
  10. CODE           PRELOAD MOVEABLE DISCARDABLE
  11. DATA           PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE       1024
  13. STACKSIZE      8192
  14. EXPORTS        WndProc
  15.                ServerProc
  16.                TimerEnumProc
  17.                CloseEnumProc
  18.