From 1a1366323e3e505d80a0929f04148856c189a28a Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Fri, 23 Dec 2005 23:15:18 +0000 Subject: [PATCH] linux/gcc/32bit compatibility ---------------------------------------------------------------------- --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40165 --- sourcehook/test/main.cpp | 3 ++- sourcehook/test/testbail.cpp | 1 - sourcehook/test/testbail.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sourcehook/test/main.cpp b/sourcehook/test/main.cpp index 349878f..563fa6e 100644 --- a/sourcehook/test/main.cpp +++ b/sourcehook/test/main.cpp @@ -125,4 +125,5 @@ void Test_PausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug) void Test_UnpausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug) { static_cast(shptr)->UnpausePlugin(plug); -} \ No newline at end of file +} + diff --git a/sourcehook/test/testbail.cpp b/sourcehook/test/testbail.cpp index f837a04..58fcacd 100644 --- a/sourcehook/test/testbail.cpp +++ b/sourcehook/test/testbail.cpp @@ -18,7 +18,6 @@ Then testbail2.cpp which has the new version adds a hook on the same function and does a recall and overrides the value in it. */ - #include "sourcehook_test.h" #include "testbail.h" diff --git a/sourcehook/test/testbail.h b/sourcehook/test/testbail.h index ecd74e0..dffbf50 100644 --- a/sourcehook/test/testbail.h +++ b/sourcehook/test/testbail.h @@ -36,4 +36,5 @@ namespace { SourceHook::Plugin g_PLID; SH_DECL_HOOK1(IGaben, EatYams, SH_NOATTRIB, 0, int, int); -} \ No newline at end of file +} +