aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2015-03-18 09:59:14 +0000
committerLRN <lrn1986@gmail.com>2015-03-18 09:59:14 +0000
commit4113d91f65af66d7ff0cb99ce0a58809a7d9734a (patch)
tree113cc688939d062a0b1863de44dd47050683e61d /src/gns
parentf9fdc8f22236481e14ee3f56b8a8e1f16f0d37af (diff)
downloadgnunet-4113d91f65af66d7ff0cb99ce0a58809a7d9734a.tar.gz
gnunet-4113d91f65af66d7ff0cb99ce0a58809a7d9734a.zip
Move the initguid.h before gnunet_w32nsp_lib.h for it to take effect
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-helper-service-w32.c2
-rw-r--r--src/gns/w32nsp-install.c2
-rw-r--r--src/gns/w32nsp-resolve.c2
-rw-r--r--src/gns/w32nsp-uninstall.c2
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 @@
29#include <gnunet_dnsparser_lib.h> 29#include <gnunet_dnsparser_lib.h>
30#include <gnunet_namestore_service.h> 30#include <gnunet_namestore_service.h>
31#include <gnunet_gns_service.h> 31#include <gnunet_gns_service.h>
32#include <initguid.h>
32#include "gnunet_w32nsp_lib.h" 33#include "gnunet_w32nsp_lib.h"
33#include "w32resolver.h" 34#include "w32resolver.h"
34#include <nspapi.h> 35#include <nspapi.h>
35#include <unistr.h> 36#include <unistr.h>
36#include <initguid.h>
37 37
38#define DEFINE_DNS_GUID(a,x) DEFINE_GUID(a, 0x00090035, 0x0000, x, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46) 38#define DEFINE_DNS_GUID(a,x) DEFINE_GUID(a, 0x00090035, 0x0000, x, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46)
39DEFINE_DNS_GUID(SVCID_DNS_TYPE_A, 0x0001); 39DEFINE_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 @@
26#include <ws2spi.h> 26#include <ws2spi.h>
27#include <windows.h> 27#include <windows.h>
28#include <nspapi.h> 28#include <nspapi.h>
29#include <initguid.h>
29#include "gnunet_w32nsp_lib.h" 30#include "gnunet_w32nsp_lib.h"
30#include <stdio.h> 31#include <stdio.h>
31#include <initguid.h>
32 32
33int 33int
34main (int argc, char **argv) 34main (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 @@
27#include <nspapi.h> 27#include <nspapi.h>
28#include <ws2spi.h> 28#include <ws2spi.h>
29#include <nspapi.h> 29#include <nspapi.h>
30#include <initguid.h>
30#include "gnunet_w32nsp_lib.h" 31#include "gnunet_w32nsp_lib.h"
31#include <stdio.h> 32#include <stdio.h>
32#include <initguid.h>
33 33
34typedef int (WSPAPI *LPNSPSTARTUP) (LPGUID lpProviderId, LPNSP_ROUTINE lpnspRoutines); 34typedef int (WSPAPI *LPNSPSTARTUP) (LPGUID lpProviderId, LPNSP_ROUTINE lpnspRoutines);
35 35
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 @@
1#include <ws2spi.h> 1#include <ws2spi.h>
2#include <windows.h> 2#include <windows.h>
3#include <nspapi.h> 3#include <nspapi.h>
4#include <initguid.h>
4#include "gnunet_w32nsp_lib.h" 5#include "gnunet_w32nsp_lib.h"
5#include <stdio.h> 6#include <stdio.h>
6#include <initguid.h>
7 7
8int 8int
9main (int argc, char **argv) 9main (int argc, char **argv)