mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Update NSPR to 4.20
This commit is contained in:
parent
a3386fbe38
commit
d5f6e64f43
17 changed files with 198 additions and 14 deletions
|
|
@ -26,6 +26,8 @@
|
|||
#define _PR_SI_ARCHITECTURE "ia64"
|
||||
#elif defined(_M_ARM) || defined(_ARM_)
|
||||
#define _PR_SI_ARCHITECTURE "arm"
|
||||
#elif defined(_M_ARM64)
|
||||
#define _PR_SI_ARCHITECTURE "aarch64"
|
||||
#else
|
||||
#error unknown processor architecture
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue