[2/7] dxdiagn: Fix return and output behavior of IDxDiagContainer::EnumChildContainerNames.

Vitaliy Margolen wine-devel at kievinfo.com
Sat Mar 13 16:39:39 CST 2010


On 03/13/2010 11:27 AM, Paul Vriens wrote:
> On 03/13/2010 05:19 PM, Andrew Nguyen wrote:
>> +    lstrcpyW(container, testW);
> This won't work on Win9x/WinMe as most of these W-functions are not
> available.

According to MS:

Windows 95/98/Me: lstrcmpW is supported by the Microsoft Layer for Unicode.
To use this, you must add certain files to your application, as outlined in
Microsoft Layer for Unicode on Windows 95/98/Me Systems.

There is a dx8.1 available for Win98/ME. If it has those interfaces it
better be supported by everything else. Testing ancient DX version on Win95
makes no sense.

Vitaliy.



More information about the wine-devel mailing list