10 lines
169 B
Modula-2
10 lines
169 B
Modula-2
; ISAPI.def : declares the module parameters for the DLL.
|
|
|
|
LIBRARY "UploadServer"
|
|
|
|
EXPORTS
|
|
HttpExtensionProc
|
|
GetExtensionVersion
|
|
TerminateExtension
|
|
PurgeEngine
|