diff libvo/sub.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 751c9f918c1e
children 037737866f6a
line wrap: on
line diff
--- a/libvo/sub.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/libvo/sub.h	Mon Jul 02 22:34:45 2007 +0000
@@ -1,6 +1,6 @@
 
-#ifndef __MPLAYER_SUB_H
-#define __MPLAYER_SUB_H
+#ifndef MPLAYER_SUB_H
+#define MPLAYER_SUB_H
 
 typedef struct mp_osd_bbox_s {
     int x1,y1,x2,y2;