aboutsummaryrefslogtreecommitdiff
path: root/src/gns/w32nsp.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-04-21 13:37:08 +0000
committerLRN <lrn1986@gmail.com>2013-04-21 13:37:08 +0000
commit686d68855fa395104136a04b89c3234612cad2b1 (patch)
tree99ba699d7e37227839ae19919b061be53d1612eb /src/gns/w32nsp.c
parent88e70911ee4a023f3e3a442f22f7a7693fe642a7 (diff)
downloadgnunet-686d68855fa395104136a04b89c3234612cad2b1.tar.gz
gnunet-686d68855fa395104136a04b89c3234612cad2b1.zip
Fix mingw-w64 warnings in w32nsp
Diffstat (limited to 'src/gns/w32nsp.c')
-rw-r--r--src/gns/w32nsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/w32nsp.c b/src/gns/w32nsp.c
index 6e58353a3..c2062637f 100644
--- a/src/gns/w32nsp.c
+++ b/src/gns/w32nsp.c
@@ -27,11 +27,11 @@
27 */ 27 */
28 28
29#define INITGUID 29#define INITGUID
30#include <windows.h>
31#include <nspapi.h>
32#include <stdint.h> 30#include <stdint.h>
33#include <ws2tcpip.h> 31#include <ws2tcpip.h>
34#include <ws2spi.h> 32#include <ws2spi.h>
33#include <windows.h>
34#include <nspapi.h>
35 35
36#if 1 36#if 1
37# define DEBUGLOG(s, ...) 37# define DEBUGLOG(s, ...)
@@ -403,7 +403,7 @@ UnmarshallWSAQUERYSETW (LPWSAQUERYSETW req)
403 403
404int WSAAPI 404int WSAAPI
405GNUNET_W32NSP_LookupServiceNext (HANDLE hLookup, DWORD dwControlFlags, 405GNUNET_W32NSP_LookupServiceNext (HANDLE hLookup, DWORD dwControlFlags,
406 LPDWORD lpdwBufferLength, LPWSAQUERYSET lpqsResults) 406 LPDWORD lpdwBufferLength, LPWSAQUERYSETW lpqsResults)
407{ 407{
408 DWORD effective_flags; 408 DWORD effective_flags;
409 int i; 409 int i;