On Fri, 7 Aug 2020 at 01:36, Paul Gofman pgofman@codeweavers.com wrote:
+typedef enum _D3D_PARAMETER_FLAGS +{
- D3D_PF_NONE,
- D3D_PF_IN,
- D3D_PF_OUT,
- D3D_PF_FORCE_DWORD,
+} D3D_PARAMETER_FLAGS;
I didn't spot this in the previous version, but D3D_PF_FORCE_DWORD has value 0x7fffffff in the SDK headers.