[ADVAPI32_APITEST]: Test for a (correctly initialized) service process environment...
[reactos.git] / rostests / apitests / advapi32 / testlist.c
index 41815bb..a34bf76 100644 (file)
@@ -17,6 +17,7 @@ extern void func_RegQueryValueExW(void);
 extern void func_RtlEncryptMemory(void);
 extern void func_SaferIdentifyLevel(void);
 extern void func_ServiceArgs(void);
+extern void func_ServiceEnv(void);
 
 const struct test winetest_testlist[] =
 {
@@ -34,6 +35,7 @@ const struct test winetest_testlist[] =
     { "RtlEncryptMemory", func_RtlEncryptMemory },
     { "SaferIdentifyLevel", func_SaferIdentifyLevel },
     { "ServiceArgs", func_ServiceArgs },
+    { "ServiceEnv", func_ServiceEnv },
     { 0, 0 }
 };