[SHELL32_WINETEST] Add a PCH.

This commit is contained in:
Amine Khaldi 2017-12-20 13:29:32 +01:00
parent de6d0f24bc
commit e32018ba19
23 changed files with 73 additions and 235 deletions

View file

@ -30,24 +30,7 @@
* we could check
*/
/* Needed to get SEE_MASK_NOZONECHECKS with the PSDK */
#define NTDDI_WINXPSP1 0x05010100
#define NTDDI_VERSION NTDDI_WINXPSP1
#define _WIN32_WINNT 0x0501
#include <stdio.h>
#include <assert.h>
#include "wtypes.h"
#include "winbase.h"
#include "windef.h"
#include "shellapi.h"
#include "shlwapi.h"
#include "ddeml.h"
#include "wine/test.h"
#include "shell32_test.h"
#include "precomp.h"
static char argv0[MAX_PATH];
static int myARGC;