mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/* vim: se cin sw=2 ts=2 et : */
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
|
@ -627,6 +628,13 @@ MatchingOperatingSystems(OperatingSystem aBlockedOS, OperatingSystem aSystemOS)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined (XP_MACOSX)
|
||||
if (aBlockedOS == OperatingSystem::OSX) {
|
||||
// We do want even "unknown" aSystemOS to fall under "all OS X"
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
return aSystemOS == aBlockedOS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue