From 4113d91f65af66d7ff0cb99ce0a58809a7d9734a Mon Sep 17 00:00:00 2001 From: LRN Date: Wed, 18 Mar 2015 09:59:14 +0000 Subject: Move the initguid.h before gnunet_w32nsp_lib.h for it to take effect --- src/gns/gnunet-gns-helper-service-w32.c | 2 +- src/gns/w32nsp-install.c | 2 +- src/gns/w32nsp-resolve.c | 2 +- src/gns/w32nsp-uninstall.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gns/gnunet-gns-helper-service-w32.c b/src/gns/gnunet-gns-helper-service-w32.c index 8877ef304..377a38854 100644 --- a/src/gns/gnunet-gns-helper-service-w32.c +++ b/src/gns/gnunet-gns-helper-service-w32.c @@ -29,11 +29,11 @@ #include #include #include +#include #include "gnunet_w32nsp_lib.h" #include "w32resolver.h" #include #include -#include #define DEFINE_DNS_GUID(a,x) DEFINE_GUID(a, 0x00090035, 0x0000, x, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46) DEFINE_DNS_GUID(SVCID_DNS_TYPE_A, 0x0001); diff --git a/src/gns/w32nsp-install.c b/src/gns/w32nsp-install.c index dc3033b96..615ea559d 100644 --- a/src/gns/w32nsp-install.c +++ b/src/gns/w32nsp-install.c @@ -26,9 +26,9 @@ #include #include #include +#include #include "gnunet_w32nsp_lib.h" #include -#include int main (int argc, char **argv) diff --git a/src/gns/w32nsp-resolve.c b/src/gns/w32nsp-resolve.c index 587730513..723a8d3ac 100644 --- a/src/gns/w32nsp-resolve.c +++ b/src/gns/w32nsp-resolve.c @@ -27,9 +27,9 @@ #include #include #include +#include #include "gnunet_w32nsp_lib.h" #include -#include typedef int (WSPAPI *LPNSPSTARTUP) (LPGUID lpProviderId, LPNSP_ROUTINE lpnspRoutines); diff --git a/src/gns/w32nsp-uninstall.c b/src/gns/w32nsp-uninstall.c index d76663926..b2a9b083e 100644 --- a/src/gns/w32nsp-uninstall.c +++ b/src/gns/w32nsp-uninstall.c @@ -1,9 +1,9 @@ #include #include #include +#include #include "gnunet_w32nsp_lib.h" #include -#include int main (int argc, char **argv) -- cgit v1.2.3