From 3e9e4acd8dd7b602519a0f5659e6e108efdf31fe Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 2 Jul 2007 22:34:45 +0000 Subject: Do not use leading underscores in multiple inclusion guards, they are reserved. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2 --- xvid_vbr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xvid_vbr.h') diff --git a/xvid_vbr.h b/xvid_vbr.h index 48cfaad933..df56d13e57 100644 --- a/xvid_vbr.h +++ b/xvid_vbr.h @@ -23,8 +23,8 @@ * *****************************************************************************/ -#ifndef __XVID_VBR_H__ -#define __XVID_VBR_H__ +#ifndef XVID_VBR_H +#define XVID_VBR_H #define VBR_VERSION 0 -- cgit v1.2.3