https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d1265b932c85bb5971b33…
commit d1265b932c85bb5971b331f4d0ca65831ce42166
Author:     Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Fri Feb 16 00:15:41 2018 +0100
Commit:     Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Fri Feb 16 00:15:41 2018 +0100
    [COM_APITEST] Reenable two known interfaces (#367). Caught by Thomas.
---
 modules/rostests/apitests/com/com_apitest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/rostests/apitests/com/com_apitest.c
b/modules/rostests/apitests/com/com_apitest.c
index f9aac66049..bd1ec684c6 100644
--- a/modules/rostests/apitests/com/com_apitest.c
+++ b/modules/rostests/apitests/com/com_apitest.c
@@ -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 },