Re: msi: make the WriteEnvironmentStrings handling of [~] a bit better

2007-10-17 Thread Mikolaj Zalewski
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

Re: winex11.drv/wintab32[1/5]: store categories field-by-field (resend)

2007-09-13 Thread Mikolaj Zalewski
ngs. Should I duplicate the knowledge of which are which in wintab32? Mikolaj Zalewski

Re: include: add some definitions to winioctl.h (patch)

2007-08-22 Thread Mikolaj Zalewski
I've sent a fixed version. Thank you for finding it.

Re: A script for automatic regression testing

2007-08-15 Thread Mikolaj Zalewski
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

A script for automatic regression testing

2007-08-10 Thread 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