mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
fix: Build with _UNICODE support on Windows
This commit is contained in:
parent
7e70988188
commit
b051bace27
1 changed files with 2 additions and 2 deletions
|
@ -1341,8 +1341,8 @@ string CommandLineFlagParser::ProcessOptionsFromStringLocked(
|
|||
|| fnmatch(glob.c_str(), ProgramInvocationName(), FNM_PATHNAME) == 0
|
||||
|| fnmatch(glob.c_str(), ProgramInvocationShortName(), FNM_PATHNAME) == 0
|
||||
#elif defined(HAVE_SHLWAPI_H)
|
||||
|| PathMatchSpec(glob.c_str(), ProgramInvocationName())
|
||||
|| PathMatchSpec(glob.c_str(), ProgramInvocationShortName())
|
||||
|| PathMatchSpecA(glob.c_str(), ProgramInvocationName())
|
||||
|| PathMatchSpecA(glob.c_str(), ProgramInvocationShortName())
|
||||
#endif
|
||||
) {
|
||||
flags_are_relevant = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue