ep2v build changes (bug 4371, r=dvander)

This commit is contained in:
Fyren
2010-04-29 00:08:08 -07:00
parent fc88cd3cb1
commit 1a938f8711
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ static cell_t PrepSDKCall_SetSignature(IPluginContext *pContext, const cell_t *p
{
return 0;
}
#if SOURCE_ENGINE == SE_LEFT4DEAD2
#if (SOURCE_ENGINE == SE_ORANGEBOXVALVE) || (SOURCE_ENGINE == SE_LEFT4DEAD2)
s_call_addr = memutils->ResolveSymbol(handle, &sig[1]);
#else
s_call_addr = dlsym(handle, &sig[1]);