[SHLWAPI_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / shlwapi / shreg.c
index a175e31..50c62b6 100755 (executable)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-//#include <stdarg.h>
-//#include <stdio.h>
-
-#include <wine/test.h>
-//#include "windef.h"
-//#include "winbase.h"
-//#include "winerror.h"
-#include <winreg.h>
-//#include "winuser.h"
-#include <shlwapi.h>
+#include "precomp.h"
 
 /* Keys used for testing */
 #define REG_TEST_KEY        "Software\\Wine\\Test"