spice-gtk/gtk/controller
Uri Lublin ad61272563 controller/test.c: mingw: fix compiler bad param warning for ReadFile
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 *'
2012-07-10 17:08:59 +03:00
..
controller.vala controller: async flush read/write 2012-07-10 13:08:34 +02:00
custom.h gtk/controller: add XPI controller code 2011-03-30 18:17:35 +02:00
custom.vapi Add controller foreign menu support 2012-02-29 17:32:47 +01:00
dump.c Add a spice-controller-dump testing tool 2012-02-29 17:32:47 +01:00
foreign-menu.vala controller: async flush read/write 2012-07-10 13:08:34 +02:00
gio-windows-2.0.vapi gtk/controller: start NamedPipe support (compile with mingw32) 2011-05-13 14:00:02 +02:00
Makefile.am controller: async flush read/write 2012-07-10 13:08:34 +02:00
menu.vala Add controller foreign menu support 2012-02-29 17:32:47 +01:00
namedpipe.c gtk/controller: correctly close namedpipe after calling close() 2011-05-20 23:55:36 +02:00
namedpipe.h gtk/controller: correctly close namedpipe after calling close() 2011-05-20 23:55:36 +02:00
namedpipeconnection.c gtk/controller: correctly close namedpipe after calling close() 2011-05-20 23:55:36 +02:00
namedpipeconnection.h gtk/controller: got NamedPipe basic working 2011-05-15 02:06:59 +02:00
namedpipelistener.c Fix a few warnings on windows build 2012-02-29 14:57:25 +01:00
namedpipelistener.h gtk/controller: got NamedPipe basic working 2011-05-15 02:06:59 +02:00
spice-controller-listener.c Fix a few warnings on windows build 2012-02-29 14:57:25 +01:00
spice-controller-listener.h controller: use a controller listener abstraction 2012-01-23 14:34:52 +01:00
spice-foreign-menu-listener.c Add controller foreign menu support 2012-02-29 17:32:47 +01:00
spice-foreign-menu-listener.h Add controller foreign menu support 2012-02-29 17:32:47 +01:00
test.c controller/test.c: mingw: fix compiler bad param warning for ReadFile 2012-07-10 17:08:59 +03:00
util.vala controller: async flush read/write 2012-07-10 13:08:34 +02:00