WindowsXP-SP1/admin/activec/locparser/mmcparse.def
2020-09-30 16:53:49 +02:00

13 lines
314 B
Modula-2

; parser.def : Declares the module parameters for the DLL.
; TODO: Change the name and description.
LIBRARY MMCParse
EXPORTS
; Explicit exports can go here
DllGetParserCLSID PRIVATE
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
DllRegisterParser PRIVATE
DllUnregisterParser PRIVATE