blob: 2eae8309507cfe5ba5e240ee74b740c77350013f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
; 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
|