<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <pre wrap=""><big>Excuse me,
Is there anything to do to improve this patch?

Thanks.</big></pre>
    <div class="moz-cite-prefix">On 2015年03月25日 15:46, YongHao Hu wrote:<br>
    </div>
    <blockquote cite="mid:551267E6.1090900@gmail.com" type="cite">Try 3:
      <br>
      - Superseded Patch 109456.
      <br>
      - Use appropriate win32 types instead of typedef.
      <br>
         (Thanks Dmitry Timoshkov)
      <br>
      <br>
      Try 2:
      <br>
      - Superseded Patch 109432
      <br>
      - Use typedef instead of C99 types
      <br>
      - Delete useless #ifndef
      <br>
      - Add memset to test
      <br>
      <br>
      Try1:
      <br>
      - Fix bug <a class="moz-txt-link-freetext" href="https://bugs.winehq.org/show_bug.cgi?id=37913">https://bugs.winehq.org/show_bug.cgi?id=37913</a> .
      <br>
      - The Dragon4 algorithm implementation is based on
      <a class="moz-txt-link-freetext" href="http://www.ryanjuckett.com/programming/printing-floating-point-numbers/">http://www.ryanjuckett.com/programming/printing-floating-point-numbers/</a>.
      <br>
      <br>
      ---
      <br>
       dlls/msvcrt/dragon4.h         | 668
      ++++++++++++++++++++++++++++++++++++++++++
      <br>
       dlls/msvcrt/printf.h          |  43 +--
      <br>
       dlls/msvcrt/tests/printf.c    |  96 ++++++
      <br>
       dlls/msvcrt/wine_printfloat.h | 246 ++++++++++++++++
      <br>
       4 files changed, 1036 insertions(+), 17 deletions(-)
      <br>
       create mode 100644 dlls/msvcrt/dragon4.h
      <br>
       create mode 100644 dlls/msvcrt/wine_printfloat.h
      <br>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>