Andrey Turkin : riched20: Add spare area to ITextServicesImpl to work around broken apps.

Alexandre Julliard julliard at winehq.org
Mon Oct 13 06:38:49 CDT 2008


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

Author: Andrey Turkin <andrey.turkin at gmail.com>
Date:   Fri Oct 10 01:14:39 2008 +0400

riched20: Add spare area to ITextServicesImpl to work around broken apps.

---

 dlls/riched20/txtsrv.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/riched20/txtsrv.c b/dlls/riched20/txtsrv.c
index 95d6f7c..d4679f7 100644
--- a/dlls/riched20/txtsrv.c
+++ b/dlls/riched20/txtsrv.c
@@ -57,6 +57,7 @@ typedef struct ITextServicesImpl {
    ITextHost *pMyHost;
    LONG ref;
    CRITICAL_SECTION csTxtSrv;
+   char spare[256];
 } ITextServicesImpl;
 
 static const ITextServicesVtbl textservices_Vtbl;




More information about the wine-cvs mailing list