Pipelight: Add a missing CDECL.

(cherry picked from commit 09612a2923)
This commit is contained in:
Sebastian Lackner 2016-02-10 02:22:22 +01:00
parent 21efb9c6f2
commit 8ae4e4601d

View File

@ -29,7 +29,7 @@ index 758ba43..7ccd3a1 100644
wined3d_wndproc_mutex_unlock();
}
+void wined3d_strictdrawing_set(int value)
+void CDECL wined3d_strictdrawing_set(int value)
+{
+ wined3d_settings.strict_draw_ordering = value;
+}