compilable now o_O

This commit is contained in:
David Anderson
2006-02-14 15:13:26 +00:00
parent ac5d87b2c2
commit f1a4cfee61
4 changed files with 7 additions and 2 deletions

View File

@@ -8,7 +8,11 @@
section .text
%ifdef LINUX
%define __snprintf _snprintf
%define __snprintf snprintf
%define _get_amxstring_r get_amxstring_r
%define _MNF_GetAmxString MNF_GetAmxString
%define _translate translate
%define _LogError LogError
%endif
extern _LogError, _get_amxstring_r, __snprintf, _MNF_GetAmxString