git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
12 lines
310 B
Modula-2
12 lines
310 B
Modula-2
; FCThumbs.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "FCThumbs"
|
|
DESCRIPTION 'ThumbScb Windows Dynamic Link Library'
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|