mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Fix linking error on MSVC (should now link mozglue on both MSVC and GCC)
This commit is contained in:
parent
5212aa7bf1
commit
2ecfbe9409
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue