Annotation of q_a/samples/guigrep/guigrep.def, revision 1.1

1.1     ! root        1: ; module-definition file for generic -- used by LINK.EXE
        !             2: 
        !             3: LIBRARY         guigrep       ; application's module name
        !             4: ;CODE can be moved in memory and discarded/reloaded
        !             5: CODE  PRELOAD MOVEABLE DISCARDABLE
        !             6: 
        !             7: ;DATA must be MULTIPLE if program can be invoked more than once
        !             8: DATA  SINGLE MOVEABLE
        !             9: 
        !            10: 
        !            11: ; All functions that will be called by any Windows routine
        !            12: ; MUST be exported.
        !            13: 
        !            14: EXPORTS
        !            15:        ProcessFileCommonCode   @4
        !            16:        Poll_On_Threads @5
        !            17:        FMExtensionProc @6
        !            18:        ColorWndProc     @8
        !            19:        StringProc
        !            20:        About

unix.superglobalmegacorp.com

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