Commit 8d18cb8c authored by Andrey Turkin's avatar Andrey Turkin Committed by Alexandre Julliard

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

parent 91b40640
......@@ -57,6 +57,7 @@ typedef struct ITextServicesImpl {
ITextHost *pMyHost;
LONG ref;
CRITICAL_SECTION csTxtSrv;
char spare[256];
} ITextServicesImpl;
static const ITextServicesVtbl textservices_Vtbl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment