mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 01:47:30 +00:00
- Add IID_IPortClsVersion
svn path=/trunk/; revision=38155
This commit is contained in:
parent
6c1d6b1345
commit
d48a47ec8a
1 changed files with 4 additions and 0 deletions
|
@ -1638,6 +1638,10 @@ typedef IDrmPort2 *PDRMPORT2;
|
|||
#undef INTERFACE
|
||||
#define INTERFACE IPortClsVersion
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_WINXP)
|
||||
DEFINE_GUID(IID_IPortClsVersion, 0x7D89A7BBL, 0x869B, 0x4567, 0x8D, 0xBE, 0x1E, 0x16, 0x8C, 0xC8, 0x53, 0xDE);
|
||||
#endif
|
||||
|
||||
DECLARE_INTERFACE_(IPortClsVersion, IUnknown)
|
||||
{
|
||||
DEFINE_ABSTRACT_UNKNOWN()
|
||||
|
|
Loading…
Reference in a new issue