summaryrefslogtreecommitdiff
path: root/SpiceX.def
blob: 24390a5008fd7931a07d80a3d604da5404d8665c (plain)
1
2
3
4
5
6
7
8
9
10
; SpiceX.def : Declares the module parameters.

LIBRARY      "SpiceX.DLL"

EXPORTS
	DllInstall		PRIVATE
	DllCanUnloadNow		PRIVATE
	DllGetClassObject	PRIVATE
	DllRegisterServer	PRIVATE
	DllUnregisterServer	PRIVATE