=?UTF-8?Q?Michael=20M=C3=BCller=20?=: include: Fix definition of MFT_REGISTER_TYPE_INFO struct.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 5 10:28:04 CDT 2015


Module: wine
Branch: master
Commit: 3f606a59dff06fc4475f55e65be9f49ce18c2347
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3f606a59dff06fc4475f55e65be9f49ce18c2347

Author: Michael Müller <michael at fds-team.de>
Date:   Tue Aug  4 19:13:14 2015 +0200

include: Fix definition of MFT_REGISTER_TYPE_INFO struct.

---

 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;




More information about the wine-cvs mailing list