http://bugs.winehq.org/show_bug.cgi?id=9037
us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk
------- Additional Comments From us@edmeades.me.uk 2007-06-08 18:37 ------- The (initial) problem here is setupapi, as our implementation only allows double quotes as delimiters but this uses single quotes. Changing parser.c so the quotes state is entered for both single and double quotes gets beyond that problem but it then bombs out later on... More work required