<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Improve thread safety of Cairo Font on Windows"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73012#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Improve thread safety of Cairo Font on Windows"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73012">bug 73012</a>
              from <span class="vcard"><a class="email" href="mailto:alexandre.nunes@gmail.com" title="Alexandre <alexandre.nunes@gmail.com>"> <span class="fn">Alexandre</span></a>
</span></b>
        <pre>How about making the static variable a TLS (Thread Local Storage) one?

-    static HDC hdc;
+    static __thread HDC hdc;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>