mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-05 05:49:10 +00:00
It seems that ssize_t is int, while DWORD is long
Compiler warning (some whitespaces where added for readability):
../../../gtk/controller/test.c: In function 'read_from_pipe':
../../../gtk/controller/test.c:108:5: warning: passing argument 4 \
of 'ReadFile' from incompatible pointer type [enabled by default]
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/windows.h:70:0,
from ../../../gtk/controller/test.c:27:
/usr/i686-w64-mingw32/sys-root/mingw/include/winbase.h:1426:29: note: expected \
'LPDWORD' but argument is of type 'ssize_t *'
|
||
|---|---|---|
| .. | ||
| controller.vala | ||
| custom.h | ||
| custom.vapi | ||
| dump.c | ||
| foreign-menu.vala | ||
| gio-windows-2.0.vapi | ||
| Makefile.am | ||
| menu.vala | ||
| namedpipe.c | ||
| namedpipe.h | ||
| namedpipeconnection.c | ||
| namedpipeconnection.h | ||
| namedpipelistener.c | ||
| namedpipelistener.h | ||
| spice-controller-listener.c | ||
| spice-controller-listener.h | ||
| spice-foreign-menu-listener.c | ||
| spice-foreign-menu-listener.h | ||
| test.c | ||
| util.vala | ||