aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-helper-service-w32.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2015-03-18 09:37:36 +0000
committerLRN <lrn1986@gmail.com>2015-03-18 09:37:36 +0000
commitf9fdc8f22236481e14ee3f56b8a8e1f16f0d37af (patch)
treea05530c54e849f484766586694b917ae61d733bf /src/gns/gnunet-gns-helper-service-w32.c
parent0e64a7ef1e82bba33eda71bf4a6cc2059b31e1ec (diff)
downloadgnunet-f9fdc8f22236481e14ee3f56b8a8e1f16f0d37af.tar.gz
gnunet-f9fdc8f22236481e14ee3f56b8a8e1f16f0d37af.zip
Include initguid.h instead of just defining INITGUID
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);