[MPlayer-matrox] r261 - mga_vid/trunk/mga_vid.h

attila subversion at mplayerhq.hu
Tue Jan 8 16:49:03 CET 2008


Author: attila
Date: Tue Jan  8 16:49:03 2008
New Revision: 261

Log:
sync to diegos change on the old mga_vid.h in the mplayer repo, r25579

Replace multiple inclusion guards with leading underscores by default names.
Leading underscores are reserved for system identifiers.


Modified:
   mga_vid/trunk/mga_vid.h

Modified: mga_vid/trunk/mga_vid.h
==============================================================================
--- mga_vid/trunk/mga_vid.h	(original)
+++ mga_vid/trunk/mga_vid.h	Tue Jan  8 16:49:03 2008
@@ -12,8 +12,8 @@
  * license. See http://www.gnu.org/copyleft/gpl.html for details.
  */
 
-#ifndef __LINUX_MGAVID_H
-#define __LINUX_MGAVID_H
+#ifndef MGA_VID_H
+#define MGA_VID_H
 
 typedef struct mga_vid_config_s
 {
@@ -60,4 +60,4 @@ uint32_t num_frames;
 /* version of the mga_vid_config struct */
 #define MGA_VID_VERSION 0x0201
 
-#endif
+#endif /* MGA_VID_H */



More information about the MPlayer-matrox mailing list