From 3e095dc317fe645e13c636f6a2fd868c395c9bac Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 29 Jan 2008 23:25:11 +0000 Subject: Consistently give all libass multiple inclusion guards a LIBASS_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25927 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libass/ass_utils.h') diff --git a/libass/ass_utils.h b/libass/ass_utils.h index be8b3df..f574409 100644 --- a/libass/ass_utils.h +++ b/libass/ass_utils.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef ASS_UTILS_H -#define ASS_UTILS_H +#ifndef LIBASS_UTILS_H +#define LIBASS_UTILS_H int mystrtoi(char** p, int base, int* res); int mystrtou32(char** p, int base, uint32_t* res); @@ -57,4 +57,4 @@ static inline int double_to_d16(double x) { return (int)(x * 0x10000); } -#endif /* ASS_UTILS_H */ +#endif /* LIBASS_UTILS_H */ -- cgit v1.2.3