diff loader/dmo/buffer.c @ 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 008338d7679f
line wrap: on
line diff
--- a/loader/dmo/buffer.c	Sun Jan 20 17:03:35 2008 +0000
+++ b/loader/dmo/buffer.c	Sun Jan 20 17:16:39 2008 +0000
@@ -7,7 +7,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-struct _CMediaBuffer
+struct CMediaBuffer
 {
     IMediaBuffer_vt* vt;
     DECLARE_IUNKNOWN();