From 691bc40bdd895ce0072f81797e240b106d387a70 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 25 Jan 2012 22:44:30 +0100 Subject: [PATCH] Changed WIN32 macro to _WIN32 --- miniupnpd/upnpreplyparse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/miniupnpd/upnpreplyparse.h b/miniupnpd/upnpreplyparse.h index 267ea87..851ebaf 100644 --- a/miniupnpd/upnpreplyparse.h +++ b/miniupnpd/upnpreplyparse.h @@ -1,14 +1,14 @@ -/* $Id: upnpreplyparse.h,v 1.11 2011/02/07 16:17:06 nanard Exp $ */ +/* $Id: upnpreplyparse.h,v 1.12 2012/01/21 13:30:33 nanard Exp $ */ /* MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2011 Thomas Bernard + * (c) 2006-2012 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ #ifndef __UPNPREPLYPARSE_H__ #define __UPNPREPLYPARSE_H__ -#if defined(NO_SYS_QUEUE_H) || defined(WIN32) || defined(__HAIKU__) +#if defined(NO_SYS_QUEUE_H) || defined(_WIN32) || defined(__HAIKU__) #include "bsdqueue.h" #else #include