Annotation of mstools/samples/memory/memory.def, revision 1.1

1.1     ! root        1: NAME    Memory
        !             2: 
        !             3: DESCRIPTION 'Sample Microsoft Windows Application'
        !             4: 
        !             5: EXETYPE WINDOWS
        !             6: 
        !             7: STUB    'WINSTUB.EXE'
        !             8: 
        !             9: CODE   PRELOAD MOVEABLE
        !            10: 
        !            11: SEGMENTS
        !            12:     MEMORY_MAIN    PRELOAD    MOVEABLE
        !            13:     MEMORY_INIT    LOADONCALL MOVEABLE DISCARDABLE
        !            14:     MEMORY_WNDPROC PRELOAD    MOVEABLE
        !            15:     MEMORY_ABOUT   LOADONCALL MOVEABLE DISCARDABLE
        !            16: 
        !            17: DATA   PRELOAD MOVEABLE MULTIPLE
        !            18: 
        !            19: HEAPSIZE  1024
        !            20: STACKSIZE 5120
        !            21: 
        !            22: EXPORTS
        !            23:     MainWndProc      @1
        !            24:     About            @2

unix.superglobalmegacorp.com

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