http://bugs.winehq.org/show_bug.cgi?id=22247 Clovis Scotti <roboscotti(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roboscotti(a)gmail.com --- Comment #8 from Clovis Scotti <roboscotti(a)gmail.com> 2010-08-31 09:08:03 CDT --- Ok, but why on earth the patch includes some Atmel/AVR lines? " ok(!lstrcmpA("file://C:\\Program Files\\Atmel\\AVR Tools\\STK500\\STK500.xml", buffer), "got %s expected 'file://C:\\Program Files\\Atmel\\AVR Tools\\STK500\\STK500.xml'\n", buffer); " I believe those lines went in accidentally.. Shouldn't the patch include only the: DWORD dwURLFlags = URL_WININET_COMPATIBILITY | URL_ESCAPE_UNSAFE | URL_FILE_USE_PATHURL; and DWORD dwURLFlags = URL_WININET_COMPATIBILITY | URL_ESCAPE_UNSAFE | URL_FILE_USE_PATHURL; lines? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.