diff loader/dmo/DMO_VideoDecoder.h @ 25794:2c8cdb9123b8

Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a capital letter are reserved for the system, those starting with _ are reserved at the file level.
author diego
date Sun, 20 Jan 2008 17:16:39 +0000
parents 8e00b6a9e40b
children a8ea87c71d18
line wrap: on
line diff
--- a/loader/dmo/DMO_VideoDecoder.h	Sun Jan 20 17:03:35 2008 +0000
+++ b/loader/dmo/DMO_VideoDecoder.h	Sun Jan 20 17:16:39 2008 +0000
@@ -1,7 +1,7 @@
 #ifndef AVIFILE_DMO_VIDEODECODER_H
 #define AVIFILE_DMO_VIDEODECODER_H
 
-typedef struct _DMO_VideoDecoder DMO_VideoDecoder;
+typedef struct DMO_VideoDecoder DMO_VideoDecoder;
 
 int DMO_VideoDecoder_GetCapabilities(DMO_VideoDecoder *this);