--- embedaddon/miniupnpc/upnperrors.h 2012/02/21 23:16:22 1.1.1.1 +++ embedaddon/miniupnpc/upnperrors.h 2013/07/22 00:36:10 1.1.1.2 @@ -1,12 +1,12 @@ -/* $Id: upnperrors.h,v 1.1.1.1 2012/02/21 23:16:22 misho Exp $ */ +/* $Id: upnperrors.h,v 1.1.1.2 2013/07/22 00:36:10 misho Exp $ */ /* (c) 2007 Thomas Bernard * All rights reserved. * MiniUPnP Project. * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * This software is subjet to the conditions detailed in the * provided LICENCE file. */ -#ifndef __UPNPERRORS_H__ -#define __UPNPERRORS_H__ +#ifndef UPNPERRORS_H_INCLUDED +#define UPNPERRORS_H_INCLUDED #include "declspec.h" @@ -15,7 +15,7 @@ extern "C" { #endif /* strupnperror() - * Return a string description of the UPnP error code + * Return a string description of the UPnP error code * or NULL for undefinded errors */ LIBSPEC const char * strupnperror(int err);