windows-nt/Source/XPSP1/NT/admin/activec/locparser/mmcparse.def
2020-09-26 16:20:57 +08:00

13 lines
302 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