[MPlayer-cvslog] r25646 - trunk/vidix/dhahelperwin/dhahelper.h
diego
subversion at mplayerhq.hu
Tue Jan 8 00:34:15 CET 2008
Author: diego
Date: Tue Jan 8 00:34:15 2008
New Revision: 25646
Log:
Fix illegal identifier, names starting with _ and uppercase are reserved.
Modified:
trunk/vidix/dhahelperwin/dhahelper.h
Modified: trunk/vidix/dhahelperwin/dhahelper.h
==============================================================================
--- trunk/vidix/dhahelperwin/dhahelper.h (original)
+++ trunk/vidix/dhahelperwin/dhahelper.h Tue Jan 8 00:34:15 2008
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*****************************************************************************/
-#ifndef _DHAHELPER_H
-#define _DHAHELPER_H 1
+#ifndef DHAHELPER_H
+#define DHAHELPER_H
// Define the various device type values. Note that values used by Microsoft
// Corporation are in the range 0-32767, and 32768-65535 are reserved for use
@@ -68,4 +68,4 @@ struct __attribute__((__packed__)) dhahe
typedef struct dhahelper_t dhahelper_t;
-#endif /* _DHAHELPER_H */
+#endif /* DHAHELPER_H */
More information about the MPlayer-cvslog
mailing list