[USER32_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / user32 / resource.c
index 2388adb..049f665 100755 (executable)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-#include <windows.h>
-
-#include "wine/test.h"
+#include "precomp.h"
 
 static UINT (WINAPI *pPrivateExtractIconsA)(LPCSTR, int, int, int, HICON *, UINT *, UINT, UINT) = NULL;