aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-helper-service-w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-helper-service-w32.c')
-rw-r--r--src/gns/gnunet-gns-helper-service-w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-helper-service-w32.c b/src/gns/gnunet-gns-helper-service-w32.c
index 02badb50b..8877ef304 100644
--- a/src/gns/gnunet-gns-helper-service-w32.c
+++ b/src/gns/gnunet-gns-helper-service-w32.c
@@ -23,7 +23,6 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @author LRN 24 * @author LRN
25 */ 25 */
26#define INITGUID
27#include "platform.h" 26#include "platform.h"
28#include <gnunet_util_lib.h> 27#include <gnunet_util_lib.h>
29#include <gnunet_identity_service.h> 28#include <gnunet_identity_service.h>
@@ -34,6 +33,7 @@
34#include "w32resolver.h" 33#include "w32resolver.h"
35#include <nspapi.h> 34#include <nspapi.h>
36#include <unistr.h> 35#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);