mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
[DXSDK]
Put coclass MediaDet into the library DexterLib svn path=/branches/cmake-bringup/; revision=49852
This commit is contained in:
parent
69c7a5d30c
commit
0dbbf13b57
1 changed files with 10 additions and 3 deletions
|
@ -160,9 +160,16 @@ interface IMediaDet : IUnknown
|
||||||
};
|
};
|
||||||
|
|
||||||
[
|
[
|
||||||
uuid(65BD0711-24D2-4ff7-9324-ED2E5D3ABAFA),
|
uuid(78530B68-61F9-11D2-8CAD-00A024580902),
|
||||||
|
version(1.0),
|
||||||
]
|
]
|
||||||
coclass MediaDet
|
library DexterLib
|
||||||
{
|
{
|
||||||
|
[
|
||||||
|
uuid(65BD0711-24D2-4ff7-9324-ED2E5D3ABAFA),
|
||||||
|
]
|
||||||
|
coclass MediaDet
|
||||||
|
{
|
||||||
[default] interface IMediaDet;
|
[default] interface IMediaDet;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue