EA Durbin wrote:
> The compiler complains at this line about lstrlenW being passed an
> incompatible pointer type
>
> +else if (lstrlenW(value) >= prefix_len)
>
>
>
> should it be lstrlenW(*value) ?
>
Thanks for noticing it.
MikoĊaj Zalewski
ngs. Should I duplicate the knowledge of which are
which in wintab32?
Mikolaj Zalewski
I've sent a fixed version. Thank you for finding it.
Currently I'm trying to learn how cxtest works. But it looks like a
good idea to find sources of such regressions. I could help to write
such a script. I will check how my script fits into it.
Mikolaj Zalewski
I wrote a small script that automates regression testing. It requires
an Autohotkey script that tests the program and creates a file
C:\Test-failed.txt if the test failed. The bash script will then do the
regression testing. It starts with copying the source tree and
wineprefix so it should be