19 lines
394 B
Plaintext
19 lines
394 B
Plaintext
|
|
// MSConfig.idl : IDL source for MSConfig.exe
|
|
//
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (MSConfig.tlb) and marshalling code.
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
[
|
|
uuid(2F47FAFB-3613-479B-BEAA-4A7F58269799),
|
|
version(1.0),
|
|
helpstring("MSConfig 1.0 Type Library")
|
|
]
|
|
library MSConfigLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
};
|
|
|
|
|