mirror of https://github.com/BOINC/boinc.git
11 lines
236 B
Modula-2
11 lines
236 B
Modula-2
|
; test.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "boinc"
|
||
|
DESCRIPTION 'boinc Windows Dynamic Link Library'
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
IdleTrackerInit
|
||
|
IdleTrackerTerm
|
||
|
IdleTrackerGetLastTickCount
|