adding missing dx headers
authorMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 12:47:31 +0000 (12:47 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 12:47:31 +0000 (12:47 +0000)
svn path=/trunk/; revision=19861

reactos/w32api/include/mediaerr.h [new file with mode: 0644]

diff --git a/reactos/w32api/include/mediaerr.h b/reactos/w32api/include/mediaerr.h
new file mode 100644 (file)
index 0000000..22eea87
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _MEDIAERR_H_\r
+#define _MEDIAERR_H_\r
+\r
+#define DMO_E_INVALIDSTREAMINDEX        0x80040201\r
+#define DMO_E_INVALIDTYPE               0x80040202\r
+#define DMO_E_TYPE_NOT_SET              0x80040203\r
+#define DMO_E_NOTACCEPTING              0x80040204\r
+#define DMO_E_TYPE_NOT_ACCEPTED         0x80040205\r
+#define DMO_E_NO_MORE_ITEMS             0x80040206\r
+\r
+#endif _MEDIAERR_H_\r