Commit 74bd343ae83398c7e00c239aea1ff8525dc958a1

Carlos Martín Nieto 2011-08-19T09:03:19

Fix Windows compilation Sockets on Windows are unsigned, so define a type GIT_SOCKET which is signed or unsigned depending on the platform. Thanks to Em for his patience with this. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>