[MSVFW32_WINETEST]
[reactos.git] / rostests / winetests / msvfw32 / testlist.c
index 1aa529c..24e575f 100644 (file)
@@ -1,15 +1,14 @@
-/* Automatically generated file; DO NOT EDIT!! */
-
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
+/* Automatically generated by make depend; DO NOT EDIT!! */
 
 #define STANDALONE
-#include "wine/test.h"
+#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 }
 };