riched20: Add spare area to ITextServicesImpl to work around broken apps.
This commit is contained in:
parent
91b4064062
commit
8d18cb8caf
|
@ -57,6 +57,7 @@ typedef struct ITextServicesImpl {
|
|||
ITextHost *pMyHost;
|
||||
LONG ref;
|
||||
CRITICAL_SECTION csTxtSrv;
|
||||
char spare[256];
|
||||
} ITextServicesImpl;
|
||||
|
||||
static const ITextServicesVtbl textservices_Vtbl;
|
||||
|
|
Loading…
Reference in New Issue