Fix include guards that were missed in 95d5c0bf39.

This commit is contained in:
Jardel Weyrich 2012-10-09 19:00:31 -03:00
parent 239739a6f7
commit a8b4fa53ba
3 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@
* This software is subject to the conditions detailed in the * This software is subject to the conditions detailed in the
* LICENCE file provided in this distribution. * LICENCE file provided in this distribution.
* */ * */
#ifndef __IGD_DESC_PARSE_H__ #ifndef IGD_DESC_PARSE_H_INCLUDED
#define __IGD_DESC_PARSE_H__ #define IGD_DESC_PARSE_H_INCLUDED
/* Structure to store the result of the parsing of UPnP /* Structure to store the result of the parsing of UPnP
* descriptions of Internet Gateway Devices */ * descriptions of Internet Gateway Devices */

View File

@ -1,5 +1,5 @@
#ifndef __MINIUPNPCSTRINGS_H__ #ifndef MINIUPNPCSTRINGS_H_INCLUDED
#define __MINIUPNPCSTRINGS_H__ #define MINIUPNPCSTRINGS_H_INCLUDED
#define OS_STRING "${CMAKE_SYSTEM_NAME}" #define OS_STRING "${CMAKE_SYSTEM_NAME}"
#define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}" #define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"

View File

@ -5,8 +5,8 @@
* Copyright (c) 2005-2011 Thomas Bernard * Copyright (c) 2005-2011 Thomas Bernard
* This software is subjects to the conditions detailed * This software is subjects to the conditions detailed
* in the LICENCE file provided within this distribution */ * in the LICENCE file provided within this distribution */
#ifndef __MINIUPNPCSTRINGS_H__ #ifndef MINIUPNPCSTRINGS_H_INCLUDED
#define __MINIUPNPCSTRINGS_H__ #define MINIUPNPCSTRINGS_H_INCLUDED
#define OS_STRING "OS/version" #define OS_STRING "OS/version"
#define MINIUPNPC_VERSION_STRING "version" #define MINIUPNPC_VERSION_STRING "version"