Go to file
Christophe Fergeau 22dffb81ad mingw: fix signed/unsigned comparison warning
DWORD is an unsigned long, but it's assigned -1 in various places.
mingw warns when comparing a DWORD value against -1. This commit
casts the -1 to DWORD to avoid the warning.
2012-03-01 12:59:05 +01:00
common mingw: use gcc attributes for struct packing 2012-02-23 19:03:25 +01:00
tests clipboard tester 2010-08-23 19:43:39 +03:00
vdagent mingw: fix signed/unsigned comparison warning 2012-03-01 12:59:05 +01:00
vdservice mingw: use unsigned int in for loops when needed 2012-03-01 12:59:05 +01:00
vdagent.sln spice: vdagent: upgrade solution & projects to vs2008 2010-08-23 18:52:16 +03:00