[NTDLL_WINETEST] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / modules / rostests / winetests / ntdll / precomp.h
diff --git a/modules/rostests/winetests/ntdll/precomp.h b/modules/rostests/winetests/ntdll/precomp.h
new file mode 100644 (file)
index 0000000..1f8e9ce
--- /dev/null
@@ -0,0 +1,20 @@
+
+#ifndef _NTDLL_WINETEST_PRECOMP_H_
+#define _NTDLL_WINETEST_PRECOMP_H_
+
+#include <stdio.h>
+#include <ntstatus.h>
+
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+
+#define COBJMACROS
+
+#include "ntdll_test.h"
+
+#include <winuser.h>
+#include <winnls.h>
+#include <winioctl.h>
+
+#endif /* !_NTDLL_WINETEST_PRECOMP_H_ */