home *** CD-ROM | disk | FTP | other *** search
- ; Definitions file for the Windows small model template
- ;
- ; Written by Bill Hall, Olivetti ATC
- ;
-
- ; Program name
- NAME Smltpl
-
- ; Description string
- DESCRIPTION 'Windows small memory model template'
-
- ; Program to run if run from MS-DOS
- STUB 'Winstub.exe'
-
- ; Heap and stack sizes
- HEAPSIZE 1024
- STACKSIZE 4096
-
- ; Attributes of code and data segments
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- ; Attributs of particular segments
- SEGMENTS
- _INIT PRELOAD MOVEABLE DISCARDABLE
-
- ; Functions called by Windows
- EXPORTS
- MainWndProc @1