On Thu, 6 Aug 2020 at 19: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;
+typedef enum _D3D_INTERPOLATION_MODE {
Inconsistent style.