Re: [Spice-devel] [spice-gtk v4 03/13] cd-sharing: implement cd-device for Windows

2018-09-17 Thread Yuri Benditovich
On Mon, Sep 17, 2018 at 10:03 PM, Frediano Ziglio wrote: > > > > Added implementation of system-dependent operations > > defined in cd-device.h for Windows > > > > Signed-off-by: Yuri Benditovich > > --- > > src/cd-device-win.c | 193 > > > >

Re: [Spice-devel] [spice-gtk v4 03/13] cd-sharing: implement cd-device for Windows

2018-09-17 Thread Frediano Ziglio
> > Added implementation of system-dependent operations > defined in cd-device.h for Windows > > Signed-off-by: Yuri Benditovich > --- > src/cd-device-win.c | 193 > > 1 file changed, 193 insertions(+) > create mode 100644 src/cd-device-win

[Spice-devel] [spice-gtk v4 03/13] cd-sharing: implement cd-device for Windows

2018-09-17 Thread Yuri Benditovich
Added implementation of system-dependent operations defined in cd-device.h for Windows Signed-off-by: Yuri Benditovich --- src/cd-device-win.c | 193 1 file changed, 193 insertions(+) create mode 100644 src/cd-device-win.c diff --git a/src/c