summaryrefslogtreecommitdiffstats
path: root/Src/ie_plugin/IWinamp.idl
blob: 017baff0d4db7bc1d81b906ff85ef56d59494f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import "oaidl.idl";
import "ocidl.idl";
import "wtypes.idl";

	[
		uuid(B44A606E-EF90-4062-BD41-197D8495884D),
		version(1.0),
		helpstring("Winamp 1.0 Type Library")
	]
library ElevatorLib
{
	[
		uuid(D9C17076-9F55-49b5-8BEB-6A857931E62C),
		helpstring("Winamp Class")
	]
	coclass Winamp
	{
	};
};