[ADVAPI32_APITEST]
[reactos.git] / rostests / apitests / advapi32 / testlist.c
index 803f046..7dc9681 100644 (file)
@@ -4,6 +4,7 @@
 #include <apitest.h>
 
 extern void func_CreateService(void);
 #include <apitest.h>
 
 extern void func_CreateService(void);
+extern void func_HKEY_CLASSES_ROOT(void);
 extern void func_LockDatabase(void);
 extern void func_QueryServiceConfig2(void);
 extern void func_RtlEncryptMemory(void);
 extern void func_LockDatabase(void);
 extern void func_QueryServiceConfig2(void);
 extern void func_RtlEncryptMemory(void);
@@ -12,6 +13,7 @@ extern void func_SaferIdentifyLevel(void);
 const struct test winetest_testlist[] =
 {
     { "CreateService", func_CreateService },
 const struct test winetest_testlist[] =
 {
     { "CreateService", func_CreateService },
+    { "HKEY_CLASSES_ROOT", func_HKEY_CLASSES_ROOT },
     { "LockDatabase" , func_LockDatabase },
     { "QueryServiceConfig2", func_QueryServiceConfig2 },
     { "RtlEncryptMemory", func_RtlEncryptMemory },
     { "LockDatabase" , func_LockDatabase },
     { "QueryServiceConfig2", func_QueryServiceConfig2 },
     { "RtlEncryptMemory", func_RtlEncryptMemory },