old.def


;
;   $RCSfile: old.def,v $
;   $Revision: 1.1 $
;   $Date: 1999-06-26 23:49:25-07 $
;
;   $Author: doomer $
;
;   this is the linker defintion file for our old dll.
;   the exports section lists the functions in this dll
;   that are visible to, and therefore able to be invoked
;   from, another library or executable.
;

LIBRARY

EXPORTS

    DllMain
    func1
    func2

;
;   $Log: old.def,v $
;   Revision 1.1  1999-06-26 23:49:25-07  doomer
;   Initial revision
;
;