2025-04-27 07:49:33 -04:00

19 lines
585 B
Modula-2

; ************************************************************
; File: wam.def
; System: Windows NT 4.0 - IIS
; Summary: Definitions for Web Applications Manager DLL.
; Author: Murali R. Krishnan ( MuraliK)
; Created: 10-Feb-1997
;************************************************************
LIBRARY WAM ; Module Name
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
; ********************* End of File *****************************