home *** CD-ROM | disk | FTP | other *** search
- NAME Smltpl
-
- DESCRIPTION 'Windows small memory model template'
-
- STUB 'Winstub.exe'
-
- HEAPSIZE 1024
- STACKSIZE 4096
-
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- SEGMENTS
- _TEXT PRELOAD MOVEABLE
- _INIT PRELOAD MOVEABLE DISCARDABLE
-
- EXPORTS
- MainWndProc @1