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

10 lines
227 B
Modula-2

;w3ext.def : Declares the module parameters for the DLL.
LIBRARY W3EXT
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE