comparison 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
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
1 1
2 #ifndef __MPLAYER_SUB_H 2 #ifndef MPLAYER_SUB_H
3 #define __MPLAYER_SUB_H 3 #define MPLAYER_SUB_H
4 4
5 typedef struct mp_osd_bbox_s { 5 typedef struct mp_osd_bbox_s {
6 int x1,y1,x2,y2; 6 int x1,y1,x2,y2;
7 } mp_osd_bbox_t; 7 } mp_osd_bbox_t;
8 8