<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 09/11/2010 11:34 PM, Dylan Smith wrote:
    <blockquote
      cite="mid:AANLkTimbat13C22osO9aXh4GEzZZf0UZC_x4pEdsMf3N@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div>2010/9/7 Mariusz PluciƄski <span>&lt;<a
            moz-do-not-send="true" href="mailto:vshader@gmail.com">vshader@gmail.com</a>&gt;</span><br>
        <blockquote>
          In my opinion it would be good to make it available in similar
          way, as functions like debugstr_guid, which are defined in
          include/wine/debug.h<br>
          <br>
          Messages' names are declared as an array MessageTypeNames in
          spy.c . Maybe it would be enough to copy it into the header
          and wrap access to it into simple function like
          debugstr_msg()? This is easiest way, but in the result there
          will be copy of array in each .so library. There will be also
          problem with multiple reference, but this may be solved
          following solution used in test.h.<br>
          <br>
        </blockquote>
      </div>
      Storing the string table in libwine.so would avoid having a copy
      of the array in each .so library that uses it.
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>

</pre>
    </blockquote>
    Can stuff in libwine be used by tests? Does libwine get linked into
    cross test executables?<br>
  </body>
</html>