10 lines
238 B
Modula-2
10 lines
238 B
Modula-2
|
; RACPLSettings.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "RACPLSettings"
|
||
|
;DESCRIPTION 'RACPLSettings Windows Dynamic Link Library'
|
||
|
|
||
|
EXPORTS
|
||
|
OpenRACPLSettings
|
||
|
CloseRACPLSettings
|
||
|
GetRACPLSettings
|
||
|
SetRACPLSettings
|