mirror of https://github.com/BOINC/boinc.git
10 lines
186 B
Modula-2
10 lines
186 B
Modula-2
|
; test.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "boinc"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
IdleTrackerInit
|
||
|
IdleTrackerTerm
|
||
|
IdleTrackerGetLastTickCount
|