Re: shlwapi: Implement PathFileExistsAndAttributesA/W
Jan. 19, 2004
3:54 a.m.
"Rolf Kalbermatter" <rolf.kalbermatter(a)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.
8102
Age (days ago)
8102
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov