[MSVFW32_WINETEST]
[reactos.git] / rostests / winetests / msvfw32 / testlist.c
index ebe4aec..24e575f 100644 (file)
@@ -1,12 +1,14 @@
-/* Automatically generated file; DO NOT EDIT!! */
+/* Automatically generated by make depend; DO NOT EDIT!! */
 
 #define STANDALONE
 #include <wine/test.h>
 
+extern void func_drawdib(void);
 extern void func_msvfw(void);
 
 const struct test winetest_testlist[] =
 {
+    { "drawdib", func_drawdib },
     { "msvfw", func_msvfw },
     { 0, 0 }
 };