Add patch file to fix build with clang32 upstream MR https://gitlab.freedesktop.org/spice/spice-gtk/-/merge_requests/118
12 lines
404 B
Diff
12 lines
404 B
Diff
--- a/src/usb-backend.c
|
|
+++ b/src/usb-backend.c
|
|
@@ -214,7 +214,7 @@
|
|
return num_changed;
|
|
}
|
|
|
|
-static LRESULT subclass_proc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam,
|
|
+static LRESULT CALLBACK subclass_proc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam,
|
|
UINT_PTR uIdSubclass, DWORD_PTR dwRefData)
|
|
{
|
|
SpiceUsbBackend *be = (SpiceUsbBackend *)dwRefData;
|