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

12 lines
330 B
Modula-2

;SyncHndl.def : Declares the module parameters for the DLL.
LIBRARY brfhndlr
EXPORTS
DllCanUnloadNow @2 PRIVATE ;DLL unloading
DllGetClassObject @3 PRIVATE ;Component object model
DllRegisterServer @4 PRIVATE
RunDllRegister @5