new.def
;
; $RCSfile: new.def,v $
; $Revision: 1.2 $
; $Date: 1999-07-24 17:47:31-07 $
;
; $Author: doomer $
;
; this is the linker defintion file for our new 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: new.def,v $
; Revision 1.2 1999-07-24 17:47:31-07 doomer
; decided to change the way we decide
; to load the dll and find its functions.
;
; Revision 1.1 1999-06-26 23:49:24-07 doomer
; Initial revision
;
;