<div class="gmail_quote">2010/9/7 Mariusz PluciƄski <span dir="ltr">&lt;<a href="mailto:vshader@gmail.com">vshader@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

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&#39; 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>

<font class="Apple-style-span" color="#888888"><font class="Apple-style-span" color="#000000"><br></font></font></blockquote></div>Storing the string table in libwine.so would avoid having a copy of the array in each .so library that uses it.