Bernhard Rosenkränzer : include: Correct a spelling error in the definition of IXACT3Engine_Initialize.

Alexandre Julliard julliard at winehq.org
Mon Jul 6 16:20:45 CDT 2020


Module: wine
Branch: master
Commit: ef90b6e54ce710f607b76a5f9b476052db5dcdd0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ef90b6e54ce710f607b76a5f9b476052db5dcdd0

Author: Bernhard Rosenkränzer <bero at lindev.ch>
Date:   Sun Jul  5 11:41:48 2020 -0500

include: Correct a spelling error in the definition of IXACT3Engine_Initialize.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/xact3.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/xact3.h b/include/xact3.h
index d66874a511..80059c124a 100644
--- a/include/xact3.h
+++ b/include/xact3.h
@@ -679,7 +679,7 @@ DECLARE_INTERFACE_(IXACT3Engine,IUnknown)
 #define IXACT3Engine_GetRendererCount(p,a)         (p)->lpVtbl->GetRendererCount(p,a)
 #define IXACT3Engine_GetRendererDetails(p,a,b)     (p)->lpVtbl->GetRendererDetails(p,a,b)
 #define IXACT3Engine_GetFinalMixFormat(p,a)        (p)->lpVtbl->GetFinalMixFormat(p,a)
-#define IXACT3Engine_Initialize(p,a)               (p)->lpVtbl->Initialze(p,a)
+#define IXACT3Engine_Initialize(p,a)               (p)->lpVtbl->Initialize(p,a)
 #define IXACT3Engine_Shutdown(p)                   (p)->lpVtbl->Shutdown(p)
 #define IXACT3Engine_DoWork(p)                     (p)->lpVtbl->DoWork(p)
 #define IXACT3Engine_CreateSoundBank(p,a,b,c,d,e)  (p)->lpVtbl->CreateSoundBank(p,a,b,c,d,e)




More information about the wine-cvs mailing list