[ADVAPI32_APITEST]
[reactos.git] / rostests / apitests / advapi32 / testlist.c
index d5debe9..803f046 100644 (file)
@@ -1,11 +1,12 @@
 #define __ROS_LONG64__
 
 #define STANDALONE
-#include <wine/test.h>
+#include <apitest.h>
 
 extern void func_CreateService(void);
 extern void func_LockDatabase(void);
 extern void func_QueryServiceConfig2(void);
+extern void func_RtlEncryptMemory(void);
 extern void func_SaferIdentifyLevel(void);
 
 const struct test winetest_testlist[] =
@@ -13,6 +14,7 @@ const struct test winetest_testlist[] =
     { "CreateService", func_CreateService },
     { "LockDatabase" , func_LockDatabase },
     { "QueryServiceConfig2", func_QueryServiceConfig2 },
+    { "RtlEncryptMemory", func_RtlEncryptMemory },
     { "SaferIdentifyLevel", func_SaferIdentifyLevel },
 
     { 0, 0 }