From: Simon McVittie Date: Thu, 7 Jul 2011 16:04:19 +0000 (+0100) Subject: image_png.h: change name of multiple-inclusion guard to not interfere with X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2adfb322f4d01eac6b5a5735f15eeafb8135ee03;p=xonotic%2Fdarkplaces.git image_png.h: change name of multiple-inclusion guard to not interfere with Origin: vendor, Debian --- 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);