blob: 2eae8309507cfe5ba5e240ee74b740c77350013f (
plain) (
tree)
|
|
; Asenath.def : Declares the module parameters for the DLL.
LIBRARY "Asenath"
DESCRIPTION 'Asenath ISAPI Extension'
EXPORTS
; Explicit exports can go here
HttpExtensionProc @1
GetExtensionVersion @2
|