Re: FindFirstFileExW

2003-04-02 Thread Mike Hearn
I ran my test case on 98, and that produced a return value of 2 as well (same as XP), so unless my test case is stuffed up, I think this patch is correct. The test is attached, it's extremely simple. On Tue, 2003-04-01 at 16:37, Mike Hearn wrote: > > That sounds awfully much like the already prett

Re: FindFirstFileExW

2003-04-01 Thread Uwe Bonnes
> "BiGgUn" == BiGgUn <[EMAIL PROTECTED]> writes: BiGgUn> How can you know which version of Windows, WIne is currently BiGgUn> emulating ? Thanks in advance. Stephan One posinility is a call to GetVersion(). Bye -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphys

Re: FindFirstFileExW

2003-04-01 Thread BiGgUn
How can you know which version of Windows, WIne is currently emulating ? Thanks in advance. Stephan