2020-09-30 16:53:55 +02:00

14 lines
383 B
Modula-2

; marscore.def : Declares the module parameters.
LIBRARY "marscore.dll"
EXPORTS
; Need these two for the runtime proxy registration code
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
;; DllRegisterServer PRIVATE
;; DllUnregisterServer PRIVATE
MarsThreadProc @5 NONAME