wininet & winhttp: Fix a pointer type mismatch warning when compiling on Windows...
commitc1b2008d0cd0e866b683966dd2adf33551a7c6ef
authorFrancois Gouget <fgouget@free.fr>
Mon, 8 Dec 2008 08:28:43 +0000 (8 09:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Dec 2008 11:05:57 +0000 (8 12:05 +0100)
treecbc876bb4e54f11c46159b5830fd3a959215426e
parentc0c38be711e0be844dbae4015328f77a159ccc77
wininet & winhttp: Fix a pointer type mismatch warning when compiling on Windows. On Windows setsockopt() expects a char* while on Unix it accepts anything.
dlls/winhttp/net.c
dlls/wininet/netconnection.c