From: kramm Date: Thu, 13 Dec 2001 07:40:28 +0000 (+0000) Subject: changed __config_h__ to __settings_h__ to avoid conflicts with the X-Git-Tag: release-0-2-1~40 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=943c4a9de98e94e08cb1ebd23f2010d4688fc1c6 changed __config_h__ to __settings_h__ to avoid conflicts with the autoconf config.h. --- diff --git a/src/settings.h b/src/settings.h index a602516..161b8ce 100644 --- a/src/settings.h +++ b/src/settings.h @@ -8,8 +8,8 @@ This file is distributed under the GPL, see file COPYING for details */ -#ifndef __config_h__ -#define __config_h__ +#ifndef __settings_h__ +#define __settings_h__ struct config_t { char overlay;