[ros-diffs] [dchapyshev] 39831: - Fix dmo.h and mediaerr.h

dchapyshev at svn.reactos.org dchapyshev at svn.reactos.org
Sun Mar 1 18:15:01 CET 2009


Author: dchapyshev
Date: Sun Mar  1 20:15:00 2009
New Revision: 39831

URL: http://svn.reactos.org/svn/reactos?rev=39831&view=rev
Log:
- Fix dmo.h and mediaerr.h

Modified:
    trunk/reactos/include/dxsdk/dmo.h
    trunk/reactos/include/dxsdk/mediaerr.h

Modified: trunk/reactos/include/dxsdk/dmo.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/dmo.h?rev=39831&r1=39830&r2=39831&view=diff
==============================================================================
--- trunk/reactos/include/dxsdk/dmo.h [iso-8859-1] (original)
+++ trunk/reactos/include/dxsdk/dmo.h [iso-8859-1] Sun Mar  1 20:15:00 2009
@@ -17,3 +17,4 @@
 #include "dmoreg.h"
 #include "dmort.h"
 
+#endif /* __DMO_H__ */

Modified: trunk/reactos/include/dxsdk/mediaerr.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/mediaerr.h?rev=39831&r1=39830&r2=39831&view=diff
==============================================================================
--- trunk/reactos/include/dxsdk/mediaerr.h [iso-8859-1] (original)
+++ trunk/reactos/include/dxsdk/mediaerr.h [iso-8859-1] Sun Mar  1 20:15:00 2009
@@ -7,5 +7,5 @@
 #define DMO_E_NOTACCEPTING          0x80040204
 #define DMO_E_TYPE_NOT_ACCEPTED     0x80040205
 #define DMO_E_NO_MORE_ITEMS         0x80040206
-#endif _MEDIAERR_H_
+#endif /* _MEDIAERR_H_ */
 



More information about the Ros-diffs mailing list