[KERNEL32_WINETEST] Add a PCH.

This commit is contained in:
Amine Khaldi 2017-12-18 13:28:00 +01:00
parent e36cf4acaf
commit 98ca8ad114
35 changed files with 69 additions and 263 deletions

View file

@ -19,15 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include <stdio.h>
#include <assert.h>
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "winnls.h"
#include "precomp.h"
#define HAS_TRAIL_SLASH_A(string) (string[lstrlenA(string)-1]=='\\')