Re: crypt32: implement W versions of string routines

2006-02-04 Thread Juan Lang
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

Re: crypt32: implement W versions of string routines

2006-02-03 Thread Stefan Leichter
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

Re: crypt32: implement W versions of string routines

2006-02-03 Thread 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

Re: crypt32: implement W versions of string routines

2006-02-02 Thread Stefan Leichter
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../../..