[Bug 1469] Regression: winzip 7.0 (SR-1) fails to install since 20030408 wine
http://bugs.winehq.com/show_bug.cgi?id=1469 mike_mccormack(a)start.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 ------- Additional Comments From mike_mccormack(a)start.com.au 2003-26-05 00:14 ------- This bug is dependent on the current working directory. Uwe's patch is correct, but the bug it fixes was masking another. cwd = c:\ FindFirstFile("C:") -> INVALID_HANDLE_VALUE cwd = c:\windows FindFirstFile("c:") -> one entry -> "windows" So it appears that: cwd = c:\windows FindFirstFile("c:") is the same as cwd = c:\ FindFirstFile("c:\windows") interesting implementation hey? -- Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs