From a8b4fa53ba5e51d3f1eb94bf1086fd2ff3ff41f3 Mon Sep 17 00:00:00 2001 From: Jardel Weyrich Date: Tue, 9 Oct 2012 19:00:31 -0300 Subject: [PATCH] Fix include guards that were missed in 95d5c0bf39. --- miniupnpc/igd_desc_parse.h | 4 ++-- miniupnpc/miniupnpcstrings.h.cmake | 4 ++-- miniupnpc/miniupnpcstrings.h.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/miniupnpc/igd_desc_parse.h b/miniupnpc/igd_desc_parse.h index bab1fd5..f5864b5 100644 --- a/miniupnpc/igd_desc_parse.h +++ b/miniupnpc/igd_desc_parse.h @@ -6,8 +6,8 @@ * This software is subject to the conditions detailed in the * LICENCE file provided in this distribution. * */ -#ifndef __IGD_DESC_PARSE_H__ -#define __IGD_DESC_PARSE_H__ +#ifndef IGD_DESC_PARSE_H_INCLUDED +#define IGD_DESC_PARSE_H_INCLUDED /* Structure to store the result of the parsing of UPnP * descriptions of Internet Gateway Devices */ diff --git a/miniupnpc/miniupnpcstrings.h.cmake b/miniupnpc/miniupnpcstrings.h.cmake index a372635..236b2dc 100644 --- a/miniupnpc/miniupnpcstrings.h.cmake +++ b/miniupnpc/miniupnpcstrings.h.cmake @@ -1,5 +1,5 @@ -#ifndef __MINIUPNPCSTRINGS_H__ -#define __MINIUPNPCSTRINGS_H__ +#ifndef MINIUPNPCSTRINGS_H_INCLUDED +#define MINIUPNPCSTRINGS_H_INCLUDED #define OS_STRING "${CMAKE_SYSTEM_NAME}" #define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}" diff --git a/miniupnpc/miniupnpcstrings.h.in b/miniupnpc/miniupnpcstrings.h.in index 201c9a8..93b8cbc 100644 --- a/miniupnpc/miniupnpcstrings.h.in +++ b/miniupnpc/miniupnpcstrings.h.in @@ -5,8 +5,8 @@ * Copyright (c) 2005-2011 Thomas Bernard * This software is subjects to the conditions detailed * in the LICENCE file provided within this distribution */ -#ifndef __MINIUPNPCSTRINGS_H__ -#define __MINIUPNPCSTRINGS_H__ +#ifndef MINIUPNPCSTRINGS_H_INCLUDED +#define MINIUPNPCSTRINGS_H_INCLUDED #define OS_STRING "OS/version" #define MINIUPNPC_VERSION_STRING "version"