http://bugs.winehq.org/show_bug.cgi?id=1190 us(a)the-edmeades.demon.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From us(a)the-edmeades.demon.co.uk 2004-27-08 16:42 ------- Tried this simple test pgm on 20040813 and cannot reproduce the problem. Routine has been rewritten with the Rtl functions, so chances are its not a problem anymore. Please reopen if the problem persists Testpgm: #include <windows.h> void main() { int rc = 0; rc = SearchPathW(NULL, L"winver.exe", NULL, 0, NULL, NULL); printf("rc=%d\n", rc); -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.