mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
parent
64b6f74f89
commit
8ca43343c9
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@
|
|||
# define JS_64BIT
|
||||
# endif
|
||||
#elif defined(__GNUC__)
|
||||
# if defined(__x86_64__) || defined(__64BIT__)
|
||||
# if defined(__x86_64__) || defined(__LP64__)
|
||||
# define JS_64BIT
|
||||
# endif
|
||||
#elif defined(__xlc__) || defined(__xlC__) /* IBM XL C/C++ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue