From 2adfb322f4d01eac6b5a5735f15eeafb8135ee03 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 7 Jul 2011 17:04:19 +0100 Subject: [PATCH] image_png.h: change name of multiple-inclusion guard to not interfere with Origin: vendor, Debian --- image_png.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image_png.h b/image_png.h index d290d98f..4c94cd7b 100644 --- a/image_png.h +++ b/image_png.h @@ -21,8 +21,8 @@ */ -#ifndef PNG_H -#define PNG_H +#ifndef QUAKE_IMAGE_PNG_H +#define QUAKE_IMAGE_PNG_H qboolean PNG_OpenLibrary (void); void PNG_CloseLibrary (void); -- 2.39.2