mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
export BoxOnPlaneSide properly in windows so it doesn't cause a segfault
This commit is contained in:
parent
73b226b4b7
commit
db32c8394b
2 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,7 @@ Ljmptab: .long Lcase0, Lcase1, Lcase2, Lcase3
|
|||
|
||||
.align 2
|
||||
.globl C(BoxOnPlaneSide)
|
||||
EXPORT(BoxOnPlaneSide)
|
||||
#ifdef PIC
|
||||
.type C(BoxOnPlaneSide),@function
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue