Maarten Lankhorst : includes: Fix typo in mmdeviceapi.idl.

Alexandre Julliard julliard at winehq.org
Thu Feb 4 11:11:04 CST 2010


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

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Thu Feb  4 13:27:43 2010 +0100

includes: Fix typo in mmdeviceapi.idl.

---

 include/mmdeviceapi.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/mmdeviceapi.idl b/include/mmdeviceapi.idl
index e452e89..d1fb6ae 100644
--- a/include/mmdeviceapi.idl
+++ b/include/mmdeviceapi.idl
@@ -174,7 +174,7 @@ interface IMMDeviceCollection : IUnknown
     nonextensible,
     pointer_default(unique)
 ]
-interface IMMEndPoint : IUnknown
+interface IMMEndpoint : IUnknown
 {
     [id(1)] HRESULT GetDataFlow(
         [out] EDataFlow *pDataFlow




More information about the wine-cvs mailing list