http://bugs.winehq.org/show_bug.cgi?id=22247
Clovis Scotti roboscotti@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roboscotti@gmail.com
--- Comment #8 from Clovis Scotti roboscotti@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?