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

12 lines
272 B
Modula-2

; parser.def : Declares the module parameters for the DLL.
LIBRARY SUBSAMPL
EXPORTS
; Explicit exports can go here
DllGetParserCLSID PRIVATE
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
DllRegisterParser PRIVATE
DllUnregisterParser PRIVATE