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

9 lines
213 B
Modula-2

; mfcext.def : Declares the module parameters for the DLL.
LIBRARY "mfcext"
EXPORTS
; Explicit exports can go here
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE