home *** CD-ROM | disk | FTP | other *** search
- ;-----------------------------------
- ; DDEPOP.DEF module definition file
- ;-----------------------------------
-
- NAME DDEPOP
-
- DESCRIPTION 'DDE Server for Population Data (c) Charles Petzold, 1990'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 1024
- STACKSIZE 8192
- EXPORTS WndProc
- ServerProc
- TimerEnumProc
- CloseEnumProc
-