[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

@ -18,12 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "shellapi.h"
#include <stdio.h>
#include "wine/test.h"
#include "precomp.h"
static int (WINAPI *pSHQueryRecycleBinA)(LPCSTR,LPSHQUERYRBINFO);
static int (WINAPI *pSHFileOperationA)(LPSHFILEOPSTRUCTA);