include: Fix definition of MFT_REGISTER_TYPE_INFO struct.

Sebastian Lackner sebastian at fds-team.de
Tue Aug 4 12:13:14 CDT 2015


From: Michael Müller <michael at fds-team.de>

---
 include/mfapi.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/mfapi.h b/include/mfapi.h
index 929a36d..49a86ac 100644
--- a/include/mfapi.h
+++ b/include/mfapi.h
@@ -24,8 +24,8 @@
 #define MFSTARTUP_FULL     0
 
 typedef struct _MFT_REGISTER_TYPE_INFO {
-  GUID major_type;
-  GUID sub_type;
+  GUID guidMajorType;
+  GUID guidSubtype;
 } MFT_REGISTER_TYPE_INFO;
 
 typedef unsigned __int64 MFWORKITEM_KEY;
-- 
2.5.0



More information about the wine-patches mailing list