You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
585 B
18 lines
585 B
; ************************************************************
|
|
; 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 *****************************
|