<div class="gmail_quote">On Sun, Jun 20, 2010 at 6:00 PM, James McKenzie <span dir="ltr">&lt;<a href="mailto:jjmckenzie51@earthlink.net">jjmckenzie51@earthlink.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

While looking for implementation guidance at <a href="http://google.com" target="_blank">google.com</a>, came across the value for WB_ISDELIMITER which was not in richedit.h.  This patch adds this value which will be necessary for full implementation of this function.<br>

<font class="Apple-style-span" color="#888888"><br></font></blockquote><div>WB_LEFT, WB_RIGHT, and WB_ISDELIMITER are defined in winuser.h because they are used by the normal edit control.  The other WB_* constants are used by the richedit control, so are defined in richedit.h.</div>

<div><br></div><div>Just include winuser.h.</div></div>