File:  [WindowsNT SDKs] / mstools / samples / memory / memory.def
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:01 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, ntsdk-oct-1991, ntsdk-nov-1993, ntsdk-jun-1992, ntsdk-jul-1993, ntsdk-dec-1991, HEAD
Microsoft Windows NT Pre-Release 11-19-1991

NAME    Memory

DESCRIPTION 'Sample Microsoft Windows Application'

EXETYPE WINDOWS

STUB    'WINSTUB.EXE'

CODE	PRELOAD MOVEABLE

SEGMENTS
    MEMORY_MAIN    PRELOAD    MOVEABLE
    MEMORY_INIT    LOADONCALL MOVEABLE DISCARDABLE
    MEMORY_WNDPROC PRELOAD    MOVEABLE
    MEMORY_ABOUT   LOADONCALL MOVEABLE DISCARDABLE

DATA	PRELOAD MOVEABLE MULTIPLE

HEAPSIZE  1024
STACKSIZE 5120

EXPORTS
    MainWndProc      @1
    About            @2

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.