[advapi32_winetest]
[reactos.git] / rostests / winetests / advapi32 / testlist.c
index c7fbee8..9722479 100644 (file)
@@ -12,6 +12,7 @@ extern void func_crypt_lmhash(void);
 extern void func_crypt_md4(void);
 extern void func_crypt_md5(void);
 extern void func_crypt_sha(void);
+extern void func_eventlog(void);
 extern void func_lsa(void);
 extern void func_registry(void);
 extern void func_security(void);
@@ -25,6 +26,7 @@ const struct test winetest_testlist[] =
     { "crypt_md4", func_crypt_md4 },
     { "crypt_md5", func_crypt_md5 },
     { "crypt_sha", func_crypt_sha },
+    { "eventlog", func_eventlog },
     { "lsa", func_lsa },
     { "registry", func_registry },
     { "security", func_security },