[DNSAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-03 13:26:14 +01:00
parent f37104dadf
commit a84a503c62
2 changed files with 16 additions and 15 deletions

View file

@ -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);

View file

@ -18,17 +18,18 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#ifdef __REACTOS__
#define UNICODE
#endif
#include "windns.h"
#include <wine/test.h>
//#include <stdarg.h>
//#include <stdio.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};