Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
1027 commits behind the upstream repository.
Brad King's avatar
Brad King authored
The WindowsFileExists function was originally created to avoid
duplication by the Cygwin and Windows implementations of FileExists.
Now that we use the ANSI API on Cygwin and the Wide API on Windows, one
of the two overloads is always left unused.  Drop the helper functions
and inline the implementations at their respective (single) call sites.

Change-Id: I4d25f98b8b11f0fdce2f360f5f425e0b159b22e5
1010d0e3
History