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

This commit is contained in:
Andrey Turkin 2008-10-10 01:14:39 +04:00 committed by Alexandre Julliard
parent 91b4064062
commit 8d18cb8caf
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ typedef struct ITextServicesImpl {
ITextHost *pMyHost;
LONG ref;
CRITICAL_SECTION csTxtSrv;
char spare[256];
} ITextServicesImpl;
static const ITextServicesVtbl textservices_Vtbl;