http://bugs.winehq.org/show_bug.cgi?id=16592 --- Comment #10 from G. Paul Ziemba <p-wine-bugs(a)ziemba.us> 2009-01-14 21:20:38 --- (In reply to comment #9)
While we are it. GetVolumeInformationW will not be present on a win9x box. You have to use GetVolumeInformationA instead. (Wine forwards A to W).
Interesting. That means that the Ford viewer application must be coded to call GetVolumeInformationA since it is so old. I wonder if this peculiarity (support for root == "\\:") should be only in A. Has anyone run the new GetVolumeInformationW test as it stands today on W2K? (I am not set up to do it myself, unfortunately) -- 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.