mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
2d22483bef
- Add a test for DnsQuery. Patch by Víctor Martínez Calvo, with additional tests and fixes by me. ROSTESTS-226 #resolve svn path=/trunk/; revision=71709
11 lines
168 B
C
11 lines
168 B
C
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_DnsQuery(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "DnsQuery", func_DnsQuery },
|
|
{ 0, 0 }
|
|
};
|