On Mon, 03 Aug 2009 21:02:30 +0200, you wrote:
Following Rein's commit 1f825a3631c78ac08383dd6062005526fc9c483d I've got a new failure on my Win2k box.
I did a first patch to filter Win2k failure that happens on GetSaveFileNameW case only but, according to test.winehq.org, Win9x boxes are failing on more cases so I did a more general (and simple) fix. ...
- ok( maxtextrows == 0 || broken(maxtextrows == 1), /* Win2k and above */
Then I think that should be "Win2k and below".
Rein.