mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Fixed: vplce[] has an underscore under Linux?!?
SVN r95 (trunk)
This commit is contained in:
parent
199d4dc57f
commit
de54d7a667
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
%ifndef M_TARGET_LINUX
|
||||
%define ylookup _ylookup
|
||||
%define vplce _vplce
|
||||
%define vince _vince
|
||||
%define palookupoffse _palookupoffse
|
||||
%define bufplce _bufplce
|
||||
|
@ -27,6 +26,7 @@
|
|||
%define mvlineasm1 _mvlineasm1
|
||||
%define mvlineasm4 _mvlineasm4
|
||||
%endif
|
||||
%define vplce _vplce
|
||||
|
||||
EXTERN ylookup ; near
|
||||
|
||||
|
|
Loading…
Reference in a new issue