http://bugs.winehq.org/show_bug.cgi?id=16317
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #22 from Vincent Povirk madewokherd@gmail.com 2009-01-14 20:30:22 --- (In reply to comment #18)
Created an attachment (id=18398)
--> (http://bugs.winehq.org/attachment.cgi?id=18398) [details]
fix setupPromptForDisk
The patch looks wrong to me. From MSDN documentation, this function should only return values ranging from 0-4. If it really returns ERROR_CALL_NOT_IMPLEMENTED on Windows, write a test for that. Otherwise, it's probably better to implement enough of this function to make this program happy and write tests.
What does the console output look like now that there is a stub?