https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a84a503c6210d490fe8e3f702de1ffdc5209d3e7
commit a84a503c6210d490fe8e3f702de1ffdc5209d3e7 Author: Amine Khaldi <[email protected]> AuthorDate: Tue Apr 3 13:26:14 2018 +0100 Commit: Amine Khaldi <[email protected]> CommitDate: Tue Apr 3 13:26:14 2018 +0100 [DNSAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- modules/rostests/winetests/dnsapi/name.c | 12 ++++++------ modules/rostests/winetests/dnsapi/record.c | 19 ++++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/modules/rostests/winetests/dnsapi/name.c b/modules/rostests/winetests/dnsapi/name.c index bdbfa73ec7..3e543554e7 100644 --- a/modules/rostests/winetests/dnsapi/name.c +++ b/modules/rostests/winetests/dnsapi/name.c @@ -18,14 +18,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include <wine/test.h> +#include <stdarg.h> -//#include <stdarg.h> +#include "windef.h" +#include "winbase.h" +#include "winnls.h" +#include "windns.h" -//#include "windef.h" -//#include "winbase.h" -//#include "winnls.h" -#include <windns.h> +#include "wine/test.h" BOOL WINAPI DnsFlushResolverCacheEntry_A(PCSTR); diff --git a/modules/rostests/winetests/dnsapi/record.c b/modules/rostests/winetests/dnsapi/record.c index 440ba5c4c9..d00904881a 100644 --- a/modules/rostests/winetests/dnsapi/record.c +++ b/modules/rostests/winetests/dnsapi/record.c @@ -18,17 +18,18 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define UNICODE - -#include <wine/test.h> +#include <stdarg.h> +#include <stdio.h> -//#include <stdarg.h> -//#include <stdio.h> +#include "windef.h" +#include "winbase.h" +#include "winnls.h" +#ifdef __REACTOS__ +#define UNICODE +#endif +#include "windns.h" -//#include "windef.h" -//#include "winbase.h" -//#include "winnls.h" -#include <windns.h> +#include "wine/test.h" static WCHAR name1[] = {'l','o','c','a','l','h','o','s','t',0}; static WCHAR name2[] = {'L','O','C','A','L','H','O','S','T',0};
