diff libmpcodecs/img_format.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 6b18c979dd45
children 3baf6a2283da
line wrap: on
line diff
--- a/libmpcodecs/img_format.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/libmpcodecs/img_format.h	Mon Jul 02 22:34:45 2007 +0000
@@ -1,6 +1,6 @@
 
-#ifndef __IMG_FORMAT_H
-#define __IMG_FORMAT_H
+#ifndef IMG_FORMAT_H
+#define IMG_FORMAT_H
 
 /* RGB/BGR Formats */