summaryrefslogtreecommitdiffstats
path: root/libass/ass_library.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-29 23:25:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-29 23:25:11 +0000
commit3e095dc317fe645e13c636f6a2fd868c395c9bac (patch)
treea9174d2c6ee3a0600745ee26b2998e9e94c92f03 /libass/ass_library.h
parent760eccce44a62b9ba5907ae80ea73314a595351e (diff)
downloadlibass-3e095dc317fe645e13c636f6a2fd868c395c9bac.tar.bz2
libass-3e095dc317fe645e13c636f6a2fd868c395c9bac.tar.xz
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
Diffstat (limited to 'libass/ass_library.h')
-rw-r--r--libass/ass_library.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libass/ass_library.h b/libass/ass_library.h
index 0adadced..adab0fdc 100644
--- a/libass/ass_library.h
+++ b/libass/ass_library.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef ASS_LIBRARY_H
-#define ASS_LIBRARY_H
+#ifndef LIBASS_LIBRARY_H
+#define LIBASS_LIBRARY_H
typedef struct ass_fontdata_s {
char* name;
@@ -36,4 +36,4 @@ struct ass_library_s {
int num_fontdata;
};
-#endif /* ASS_LIBRARY_H */
+#endif /* LIBASS_LIBRARY_H */