Rewrote some headers from scratch based on publicly available
information to avoid EULA concerns.

diff --git a/include/mediaerr.h b/include/mediaerr.h
index 5b7c917..fe52746 100644
--- a/include/mediaerr.h
+++ b/include/mediaerr.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002 Hidenori Takeshima
+ * Copyright (C) 2002 Alexandre Julliard
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -16,14 +16,14 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifndef __WINE_MEDIAERR_H_
-#define __WINE_MEDIAERR_H_
+#ifndef _MEDIAERR_H_
+#define _MEDIAERR_H_
 
-#define DMO_E_INVALIDSTREAMINDEX			0x80040201
-#define DMO_E_INVALIDTYPE				0x80040202
-#define DMO_E_TYPE_NOT_SET				0x80040203
-#define DMO_E_NOTACCEPTING				0x80040204
-#define DMO_E_TYPE_NOT_ACCEPTED				0x80040205
-#define DMO_E_NO_MORE_ITEMS				0x80040206
+#define DMO_E_INVALIDSTREAMINDEX   0x80040201
+#define DMO_E_INVALIDTYPE          0x80040202
+#define DMO_E_TYPE_NOT_SET         0x80040203
+#define DMO_E_NOTACCEPTING         0x80040204
+#define DMO_E_TYPE_NOT_ACCEPTED    0x80040205
+#define DMO_E_NO_MORE_ITEMS        0x80040206
 
-#endif	/* __WINE_MEDIAERR_H_ */
+#endif /* _MEDIAERR_H_ */