[CRT] Massively improve performance of rand_s
[reactos.git] / modules / rostests / winetests / windowscodecs / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_bitmap(void);
7 extern void func_bmpformat(void);
8 extern void func_converter(void);
9 extern void func_gifformat(void);
10 extern void func_icoformat(void);
11 extern void func_info(void);
12 extern void func_jpegformat(void);
13 extern void func_metadata(void);
14 extern void func_palette(void);
15 extern void func_pngformat(void);
16 extern void func_propertybag(void);
17 extern void func_stream(void);
18 extern void func_tiffformat(void);
19
20 const struct test winetest_testlist[] =
21 {
22 { "bitmap", func_bitmap },
23 { "bmpformat", func_bmpformat },
24 { "converter", func_converter },
25 { "gifformat", func_gifformat },
26 { "icoformat", func_icoformat },
27 { "info", func_info },
28 { "jpegformat", func_jpegformat },
29 { "metadata", func_metadata },
30 { "palette", func_palette },
31 { "pngformat", func_pngformat },
32 { "propertybag", func_propertybag },
33 { "stream", func_stream },
34 { "tiffformat", func_tiffformat },
35 { 0, 0 }
36 };