aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.def
blob: 1c70760422d23c8ff41f043d1a292820ae6e8ee4 (plain)
1
2
3
4
5
6
7
8
9
10
; TestComponentNative.def : Declares the module parameters.

LIBRARY

EXPORTS
	DllCanUnloadNow		PRIVATE
	DllGetClassObject	PRIVATE
	DllRegisterServer	PRIVATE
	DllUnregisterServer	PRIVATE
	DllInstall		PRIVATE