diff --git a/amxmodx/JIT/helpers-x86.o b/amxmodx/JIT/helpers-x86.o
new file mode 100644
index 00000000..cf5071f1
Binary files /dev/null and b/amxmodx/JIT/helpers-x86.o differ
diff --git a/amxmodx/JIT/helpers-x86.obj b/amxmodx/JIT/helpers-x86.obj
new file mode 100644
index 00000000..e1f2ef60
Binary files /dev/null and b/amxmodx/JIT/helpers-x86.obj differ
diff --git a/amxmodx/helpers-x86.asm b/amxmodx/helpers-x86.asm
index 4659cb77..afe71e60 100644
--- a/amxmodx/helpers-x86.asm
+++ b/amxmodx/helpers-x86.asm
@@ -7,6 +7,10 @@
section .text
+%ifdef LINUX
+%define __snprintf _snprintf
+%endif
+
extern _LogError, _get_amxstring_r, __snprintf, _MNF_GetAmxString
extern _translate
diff --git a/amxmodx/msvc/amxmodx_mm.vcproj b/amxmodx/msvc/amxmodx_mm.vcproj
index a1d9f6e9..9c0fea7e 100755
--- a/amxmodx/msvc/amxmodx_mm.vcproj
+++ b/amxmodx/msvc/amxmodx_mm.vcproj
@@ -957,6 +957,13 @@
RelativePath="..\sdk\moduleconfig.h">
+
+
+
+