Diff for /embedaddon/miniupnpc/miniupnpctypes.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:16:22 version 1.1.1.2, 2013/07/22 00:36:10
Line 4 Line 4
  * Copyright (c) 2011 Thomas Bernard   * Copyright (c) 2011 Thomas Bernard
  * This software is subject to the conditions detailed in the   * This software is subject to the conditions detailed in the
  * LICENCE file provided within this distribution */   * LICENCE file provided within this distribution */
#ifndef __MINIUPNPCTYPES_H__#ifndef MINIUPNPCTYPES_H_INCLUDED
#define __MINIUPNPCTYPES_H__#define MINIUPNPCTYPES_H_INCLUDED
   
 #if (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L)  #if (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L)
 #define UNSIGNED_INTEGER unsigned long long  #define UNSIGNED_INTEGER unsigned long long

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>