- Jul 30, 2010
-
-
Alexandre Julliard authored
-
-
-
-
-
-
-
comdlg32: Avoid a NULL dereference when changing the file type selection of a Unicode Win3.1-style dialog.
-
-
-
-
-
-
Alexandre Julliard authored
Found by Mathias Kosch.
-
Mostly based on patch from Juan Lang.
-
Based on a patch by Juan Lang.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ME_SplitRun is only called by wrapping code. In all but one call the returned second half of the split run will be returned, get passed back to ME_WrapHandleRun, then ME_CalcRunExtent will be called at the start of ME_WrapHandleRun through ME_WrapSizeRun.
-
The paragraph needed to be included in the parameters to avoid needing traverse the linked list of display items to find the paragraph.
-
Prevents extra copying from having to be done for converting between unicode/ascii or between the normal or extended version of the structure.
-