diff libvo/gl_common.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 1f873be15855
children e6e8bf060dae
line wrap: on
line diff
--- a/libvo/gl_common.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/libvo/gl_common.h	Mon Jul 02 22:34:45 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef __GL_COMMON_H__
-#define __GL_COMMON_H__
+#ifndef GL_COMMON_H
+#define GL_COMMON_H
 
 #include "mp_msg.h"
 #include "config.h"