From 611ab078d2f1f723529f6dec683b7b808dc0566e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Nov 2006 07:35:16 +0000 Subject: [PATCH] sync'd JIT to API --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40166 --- sourcepawn/jit/x86/dll_exports.cpp | 4 +++- sourcepawn/jit/x86/msvc8/jit-x86.vcproj | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sourcepawn/jit/x86/dll_exports.cpp b/sourcepawn/jit/x86/dll_exports.cpp index 1cbaa90a1..5df6e0b23 100644 --- a/sourcepawn/jit/x86/dll_exports.cpp +++ b/sourcepawn/jit/x86/dll_exports.cpp @@ -5,9 +5,11 @@ SourcePawn::ISourcePawnEngine *engine = NULL; JITX86 jit; -EXPORTFUNC void GiveEnginePointer(SourcePawn::ISourcePawnEngine *engine_p) +EXPORTFUNC int GiveEnginePointer(SourcePawn::ISourcePawnEngine *engine_p) { engine = engine_p; + + return 0; } EXPORTFUNC unsigned int GetExportCount() diff --git a/sourcepawn/jit/x86/msvc8/jit-x86.vcproj b/sourcepawn/jit/x86/msvc8/jit-x86.vcproj index f7e0b79cb..7298d68de 100644 --- a/sourcepawn/jit/x86/msvc8/jit-x86.vcproj +++ b/sourcepawn/jit/x86/msvc8/jit-x86.vcproj @@ -40,7 +40,7 @@