diff libass/ass_bitmap.h @ 25897:aaebaf255b23

Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
author diego
date Tue, 29 Jan 2008 23:25:11 +0000
parents 3baf6a2283da
children 74055622161d
line wrap: on
line diff
--- a/libass/ass_bitmap.h	Tue Jan 29 22:44:55 2008 +0000
+++ b/libass/ass_bitmap.h	Tue Jan 29 23:25:11 2008 +0000
@@ -18,8 +18,8 @@
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 */
 
-#ifndef ASS_BITMAP_H
-#define ASS_BITMAP_H
+#ifndef LIBASS_BITMAP_H
+#define LIBASS_BITMAP_H
 
 typedef struct ass_synth_priv_s ass_synth_priv_t;
 
@@ -45,4 +45,4 @@
 
 void ass_free_bitmap(bitmap_t* bm);
 
-#endif /* ASS_BITMAP_H */
+#endif /* LIBASS_BITMAP_H */