mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Pipelight: Add a missing CDECL.
(cherry picked from commit 09612a2923d94409392cf35ae6c46f818f0cfdb7)
This commit is contained in:
parent
21efb9c6f2
commit
8ae4e4601d
@ -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;
|
||||
+}
|
||||
|
Loading…
x
Reference in New Issue
Block a user