mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[COM_APITEST] Reenable two known interfaces (#367). Caught by Thomas.
This commit is contained in:
parent
8ea42001d9
commit
d1265b932c
1 changed files with 2 additions and 2 deletions
|
@ -413,8 +413,8 @@ static KNOWN_INTERFACE KnownInterfaces[] =
|
|||
|
||||
{ ID_NAME(IID_IQueryContinue) },
|
||||
{ ID_NAME(IID_IUserNotification) },
|
||||
// { ID_NAME(IID_IUserNotificationCallback) }, // On Vista+
|
||||
// { ID_NAME(IID_IUserNotification2) }, // On Vista+
|
||||
{ ID_NAME(IID_IUserNotificationCallback) }, // On Vista+
|
||||
{ ID_NAME(IID_IUserNotification2) }, // On Vista+
|
||||
|
||||
{ ID_NAME(IID_IAggregateFilterCondition), TRUE },
|
||||
{ ID_NAME(IID_IAliasRegistrationCallback), TRUE },
|
||||
|
|
Loading…
Reference in a new issue