Nicolas Le Cam niko.lecam@gmail.com writes:
@@ -1098,6 +1098,8 @@ static BOOL ME_RTFInsertOleObject(RTF_Info *info, HENHMETAFILE hemf, HBITMAP hbm BOOL ret = FALSE; DWORD conn;
- memset(&stgm, 0, sizeof(stgm));
Please fix the bugs (if any) instead of silencing the warnings by memsetting everything to 0.