http://bugs.winehq.org/show_bug.cgi?id=21086
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2009-12-20 10:01:04 --- (In reply to comment #1)
Created an attachment (id=25290)
--> (http://bugs.winehq.org/attachment.cgi?id=25290) [details]
Simple standalone testcase
Hi, Jason.
You're doing it wrong: --- rc = SearchPath("c:\windows", &filename, 0, 256, &buffer, &ptr); --- Should be: --- rc = SearchPath("c:\windows", filename, 0, 256, buffer, &ptr); ---
Is it a typo?