[USER32_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / user32 / input.c
index 807a29a..239cc09 100755 (executable)
  *
  */
 
-//#define _WIN32_WINNT 0x401
-//#define _WIN32_IE 0x0500
-
-#include <stdarg.h>
-#include <assert.h>
-
-#include "windef.h"
-#include "winbase.h"
-#include "winuser.h"
-#include "wingdi.h"
-#include "winnls.h"
-
-#include "wine/test.h"
+#include "precomp.h"
 
 /* globals */
 static HWND hWndTest;