[CMAKE]
[reactos.git] / include / psdk / d3dtypes.h
index dc36d4f..5519b53 100644 (file)
 
 /* #include <windows.h> FIXME: Need to include for compatibility. Inclusion caused compile fail */
 
+#if (DIRECT3D_VERSION >= 0x0800)
+#error "You should not include d3dtypes.h when compiling for DX8 or newer."
+#endif
+
 #include <float.h>
 #include <ddraw.h>