shlwapi: Implement PathFileExistsAndAttributesA/W

Dmitry Timoshkov dmitry at baikal.ru
Mon Jan 19 03:54:56 CST 2004


"Rolf Kalbermatter" <rolf.kalbermatter at citeng.com> wrote:

> +  iPrevErrMode = SetErrorMode(1);

Please use a symbolic name (SEM_FAILCRITICALERRORS in this case),
not just an arbitrary constant. Same for both A and W APIs.

-- 
Dmitry.





More information about the wine-devel mailing list