home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------------------
- ; ROP2LOOK.DEF module definition file
- ;-------------------------------------
-
- NAME ROP2LOOK
-
- DESCRIPTION 'ROP2 Demonstration Program (c) Charles Petzold, 1990'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 1024
- STACKSIZE 8192
- EXPORTS WndProc
-