http://bugs.winehq.org/show_bug.cgi?id=8036
------- Additional Comments From sick_soul@yahoo.it 2007-08-05 17:45 ------- Created an attachment (id=6182) --> (http://bugs.winehq.org/attachment.cgi?id=6182&action=view) INI file as generated under Windows
I received the INI files generated under windows, see attachments. They are not identical to the wine-generated (see attachment #5766)
Empty key strings are present, as in:
[section] =value
But empty sections seem to be written differently in the INI file between wine and windows. Wine does not put anything at all, while the windows-generated INI marks the empty section with []
I am not sure about how to proceed from here, my only idea currently is to try a version of the patch without the part about empty sections, and with your help determine if the tests run correctly under windows, so we at least get one part out of the equation. Wdyt?
Claudio