Mercurial > audlegacy
changeset 4262:9a55e8237988
changed defines to avoid collisions
author | mf0102 <0102@gmx.at> |
---|---|
date | Sat, 09 Feb 2008 19:56:50 +0100 |
parents | 80cdcabbc373 |
children | efb49258f4f0 af17e0fc8f08 |
files | src/libSAD/common.h src/libSAD/dither.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/libSAD/common.h Sat Feb 09 19:36:39 2008 +0100 +++ b/src/libSAD/common.h Sat Feb 09 19:56:50 2008 +0100 @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef COMMON_H -#define COMMON_H +#ifndef LIBSAD_COMMON_H +#define LIBSAD_COMMON_H #include <stdio.h> #include <stdlib.h>
--- a/src/libSAD/dither.h Sat Feb 09 19:36:39 2008 +0100 +++ b/src/libSAD/dither.h Sat Feb 09 19:56:50 2008 +0100 @@ -17,8 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef DITHER_H -#define DITHER_H +#ifndef LIBSAD_DITHER_H +#define LIBSAD_DITHER_H #include "common.h"