mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
1a0a71b131
Sync opengl32, powrprof and fix quartz's testlist svn path=/trunk/; revision=47956
16 lines
271 B
C
16 lines
271 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
#define STANDALONE
|
|
#include "wine/test.h"
|
|
|
|
extern void func_amstream(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "amstream", func_amstream },
|
|
{ 0, 0 }
|
|
};
|