--- embedaddon/miniupnpd/minixml.h 2012/02/21 23:16:02 1.1.1.1 +++ embedaddon/miniupnpd/minixml.h 2013/07/22 00:32:35 1.1.1.2 @@ -1,4 +1,4 @@ -/* $Id: minixml.h,v 1.1.1.1 2012/02/21 23:16:02 misho Exp $ */ +/* $Id: minixml.h,v 1.1.1.2 2013/07/22 00:32:35 misho Exp $ */ /* minimal xml parser * * Project : miniupnp @@ -8,8 +8,8 @@ * This software is subject to the conditions detailed in the * LICENCE file provided in this distribution. * */ -#ifndef __MINIXML_H__ -#define __MINIXML_H__ +#ifndef MINIXML_H_INCLUDED +#define MINIXML_H_INCLUDED #define IS_WHITE_SPACE(c) ((c==' ') || (c=='\t') || (c=='\r') || (c=='\n')) /* if a callback function pointer is set to NULL,