On Mon, Oct 26, 2009 at 3:30 PM, Ged Murphy <gedmurphy(a)gmail.com> wrote:
This looks weird, anyone know what's going on?
+#ifdef _WIN64
sizeof(EDITSTATE *), /* extra */
+#else
+ sizeof(EDITSTATE *) + sizeof(WORD), /* extra */
+#endif
The Wine sources actually have something along the lines of sizeof
some win16 value since the edit control handles all three cases for
them.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo