Stefan Leichter wrote:
in mlang there is always a #ifdef in front of wine_dbgstr_w. So it is exclude
from compile.
Roger that, I didn't notice. Sending a patch..
--Juan
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:1
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
Am Mittwoch, 1. Februar 2006 18:07 schrieb Juan Lang:
> ChangeLog: implement CertRDNValueToStrW and CertNameToStrW, with tests
>
> --Juan
This patch breaks compilation of the tests with mingw.
make[3]: Entering directory `/usr/src/wine/wine-mingw/dlls/crypt32/tests'
i386-mingw32-gcc -c -I../../..