mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
finally fix gcc building fully
This commit is contained in:
parent
c90243e4ee
commit
7917e6bed3
12 changed files with 60 additions and 13 deletions
|
|
@ -16,11 +16,7 @@
|
|||
* Note: MOZ_NORETURN seems to break crash stacks on ARM, so we don't
|
||||
* use that annotation there.
|
||||
*/
|
||||
#if defined(__MINGW32__)
|
||||
# define MOZALLOC_ABORT_API
|
||||
#else
|
||||
# define MOZALLOC_ABORT_API MFBT_API
|
||||
#endif
|
||||
#define MOZALLOC_ABORT_API MFBT_API
|
||||
|
||||
MOZALLOC_ABORT_API
|
||||
#if !defined(__arm__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue