mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
cb0fe726e8
-iofunc tests were used to verify r42382, added another one that tests swprintf double conversion (roscalc issue) -time tests crash with the current crt implementation svn path=/trunk/; revision=42408
19 lines
348 B
C
19 lines
348 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#define __ROS_LONG64__
|
|
#include <windows.h>
|
|
|
|
#define STANDALONE
|
|
#include "wine/test.h"
|
|
|
|
extern void func_iofuncs(void);
|
|
extern void func_time(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "iofuncs", func_iofuncs },
|
|
{ "time", func_time },
|
|
{ 0, 0 }
|
|
};
|
|
|