[Bug 1190] Call to SearchPathW with all NULL parameters except a filename.

Wine Bugs wine-bugs at winehq.org
Fri Aug 27 16:42:45 CDT 2004


http://bugs.winehq.org/show_bug.cgi?id=1190


us at the-edmeades.demon.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From us at 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.



More information about the wine-bugs mailing list