mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 17:11:33 +00:00
Fix windows build broken by r297612
I have got my boolean logic incorrect. Sorry about the spam. llvm-svn: 297615
This commit is contained in:
parent
e39fa57d35
commit
6a3b059fb7
@ -218,7 +218,7 @@ void FileSpec::ResolveUsername(llvm::SmallVectorImpl<char> &path) {
|
||||
|
||||
size_t FileSpec::ResolvePartialUsername(llvm::StringRef partial_name,
|
||||
StringList &matches) {
|
||||
#if !defined(LLVM_ON_WIN32) || !defined(__ANDROID__)
|
||||
#if !defined(LLVM_ON_WIN32) && !defined(__ANDROID__)
|
||||
size_t extant_entries = matches.GetSize();
|
||||
|
||||
setpwent();
|
||||
|
Loading…
Reference in New Issue
Block a user