Fix linking error on MSVC (should now link mozglue on both MSVC and GCC)

This commit is contained in:
wuggy 2026-04-21 01:01:39 -07:00
commit 2ecfbe9409

View file

@ -34,7 +34,11 @@ EXPORTS
_wcsdup=wrap_wcsdup
jemalloc_stats
jemalloc_free_dirty_pages
#ifdef GNU_CC
_Z14mozalloc_abortPKc
#else
?mozalloc_abort@@YAXQEBD@Z
#endif
; A hack to work around the CRT (see giant comment in Makefile.in)
frex=dumb_free_thunk
#endif