mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[DNSAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
f37104dadf
commit
a84a503c62
2 changed files with 16 additions and 15 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue