reactos/modules/rostests/apitests/opengl32/testlist.c
Hermès Bélusca-Maïto 9393fc320e
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
2021-09-13 03:52:22 +02:00

16 lines
296 B
C

#define __ROS_LONG64__
#define STANDALONE
#include <wine/test.h>
extern void func_sw_extensions(void);
extern void func_sw_pixelformat(void);
const struct test winetest_testlist[] =
{
{ "sw_extensions", func_sw_extensions },
{ "sw_pixelformat", func_sw_pixelformat },
{ 0, 0 }
};