Am Donnerstag, 2. Februar 2006 23:47 schrieb Juan Lang:
Stefan Leichter wrote:
This patch breaks compilation of the tests with mingw.
(snip)
str.cross.o: In function `test_NameToStrConversionW': /usr/src/wine/wine-mingw/dlls/crypt32/tests/../../../../wine/include/wine/ debug.h:179: undefined reference to `_wine_dbgstr_wn'
This isn't the only test suite to use wine_dbg_str, mlang's does as well. How do you deal with it for mlang? --Juan
in mlang there is always a #ifdef in front of wine_dbgstr_w. So it is exclude from compile.
Stefan