Annotation of mstools/samples/generic/generic.def, revision 1.1.1.3

1.1.1.3 ! root        1: ; Module-Definition file for GENERIC -- used by LINK.EXE
        !             2: ; ==========================================================================
        !             3: NAME         Generic       ; application's module name
1.1       root        4: DESCRIPTION  'Sample Microsoft Windows Application'
1.1.1.3 ! root        5: EXETYPE      WINDOWS       ; required for all Windows applications
        !             6: STUB         'WINSTUB.EXE' ; Generates error message if application
        !             7:                                                    ; is run without Windows
1.1       root        8: 
                      9: ;CODE can be moved in memory and discarded/reloaded
                     10: CODE  PRELOAD MOVEABLE DISCARDABLE
                     11: 
                     12: ;DATA must be MULTIPLE if program can be invoked more than once
                     13: DATA  PRELOAD MOVEABLE MULTIPLE
                     14: 
                     15: HEAPSIZE     1024
1.1.1.3 ! root       16: STACKSIZE    5120      ; recommended minimum for Windows applications
1.1       root       17: 
1.1.1.3 ! root       18: ; Export all callback and externally available functions
1.1       root       19: EXPORTS
1.1.1.3 ! root       20:         WndProc   @1   ; name of window processing function
        !            21:         About     @2   ; name of "About" processing function
1.1.1.2   root       22: 

unix.superglobalmegacorp.com

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