• Dylan Smith's avatar
    richedit: Used ITextHost methods to avoid using window handle directly. · 05c788ac
    Dylan Smith authored
    The methods in ITextHost are mostly thin wrappers around functions that
    take a handle to a window as their first parameter.  This patch just
    uses the wrapper functions provided by ITextHost instead of using the
    functions that require a handle to a window that the editor might now
    have (for windowless richedit controls).
    05c788ac
wrap.c 24.8 KB