You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
414 B
20 lines
414 B
// SlayerUI.idl : IDL source for SlayerUI.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (SlayerXP.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
|
|
[
|
|
uuid(B65FE6FB-14FA-4086-9066-AD78FD7B26A5),
|
|
version(1.0),
|
|
helpstring("SlayerXP 1.0 Type Library")
|
|
]
|
|
library SLAYERUILib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
|
|
};
|