Module: wine Branch: master Commit: 8d18cb8caf17f9d85ae01319e98a438332400a5c URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d18cb8caf17f9d85ae01319e9...
Author: Andrey Turkin andrey.turkin@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;