mirror of https://github.com/BOINC/boinc.git
def file for dll export
svn path=/trunk/boinc/; revision=630
This commit is contained in:
parent
5942ca5d7d
commit
0508857ec9
|
@ -0,0 +1,10 @@
|
|||
; 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
|
Loading…
Reference in New Issue