13 lines
294 B
Modula-2
13 lines
294 B
Modula-2
; Nexus.def : Declares the module parameters.
|
|
|
|
LIBRARY "msppnxus.dll"
|
|
|
|
EXPORTS
|
|
RegisterCCDUpdateNotification
|
|
UnregisterCCDUpdateNotification
|
|
RegisterConfigChangeNotification
|
|
UnregisterConfigChangeNotification
|
|
GetCCD
|
|
|
|
|