https://bugs.winehq.org/show_bug.cgi?id=38558
helloworld echekanskiy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |echekanskiy@gmail.com
--- Comment #15 from helloworld echekanskiy@gmail.com --- Can this bug affect code like this?
"FOR /F "tokens=2* delims= " %%A IN ('REG QUERY "%RegKeyPath%" /v FrameworkDir32') DO SET FrameworkDir32=%%B"
This is part of windows sdk 7.1, and this bug makes sdk unusable. I will try patch later and see if it will work.