Re: richedit: Added missing defines and structures to richedit.h
Hello Dylan, Dylan Smith wrote:
I tried to make richedit.h more consistent with the public SDK headers by adding anything any missing defines and structures that I could find. --- include/richedit.h | 395 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 384 insertions(+), 11 deletions(-)
------------------------------------------------------------------------ Please do not use C++ style comments aka "//". Those are frown upon in Wine.
bye michael
Thanks for catching that. I didn't mean to leave that in, and should have searched my patch for those comments. I'll fix fix it and resubmit the patch. On Wed, Jun 25, 2008 at 5:24 AM, Michael Stefaniuc <mstefani(a)redhat.com> wrote:
Hello Dylan,
Dylan Smith wrote:
I tried to make richedit.h more consistent with the public SDK headers by adding anything any missing defines and structures that I could find. --- include/richedit.h | 395 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 384 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
Please do not use C++ style comments aka "//". Those are frown upon in Wine.
bye michael
participants (2)
-
Dylan Smith -
Michael Stefaniuc