mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 21:35:46 -04:00
Initial community commit
This commit is contained in:
20
Src/ie_plugin/IWinamp.idl
Normal file
20
Src/ie_plugin/IWinamp.idl
Normal file
@ -0,0 +1,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
|
||||
{
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user