Mercurial > mplayer.hg
diff libass/ass_utils.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 | 0ee56ec36a40 |
children | 3baf6a2283da |
line wrap: on
line diff
--- a/libass/ass_utils.h Mon Jul 02 22:02:59 2007 +0000 +++ b/libass/ass_utils.h Mon Jul 02 22:34:45 2007 +0000 @@ -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 ASS_UTILS_H +#define ASS_UTILS_H int mystrtoi(char** p, int base, int* res); int mystrtou32(char** p, int base, uint32_t* res);