From cc977859d661c7ef85ab5ad957f323e0280e9970 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 19 Jan 2007 05:45:45 +0000 Subject: [PATCH] More reorganizations --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40330 --- core/msvc8/sourcemod_mm.vcproj | 68 +++++++++---------- core/sm_platform.h | 39 ----------- .../thread => public/extensions}/IThreader.h | 0 3 files changed, 32 insertions(+), 75 deletions(-) delete mode 100644 core/sm_platform.h rename {extensions/threader/thread => public/extensions}/IThreader.h (100%) diff --git a/core/msvc8/sourcemod_mm.vcproj b/core/msvc8/sourcemod_mm.vcproj index f2f0ef45..b40d716c 100644 --- a/core/msvc8/sourcemod_mm.vcproj +++ b/core/msvc8/sourcemod_mm.vcproj @@ -294,7 +294,7 @@ > + + + + + + + + + + + + + + @@ -413,38 +441,6 @@ > - - - - - - - - - - - - - - - - -#include -#define PLATFORM_LIB_EXT "dll" -#define PLATFORM_MAX_PATH MAX_PATH -#define PLATFORM_SEP_CHAR '\\' -#define PLATFORM_SEP_ALTCHAR '/' -#define PLATFORM_EXTERN_C extern "C" __declspec(dllexport) -#else if defined __linux__ -#define PLATFORM_LINUX -#define PLATFORM_POSIX -#include -#include -#define PLATFORM_MAX_PATH PATH_MAX -#define PLATFORM_LIB_EXT "so" -#define PLATFORM_SEP_CHAR '/' -#define PLATFORM_SEP_ALTCHAR '\\' -#define PLATFORM_EXTERN_C extern "C" __attribute__((visibility("default"))) -#endif - -#endif //_INCLUDE_SOURCEMOD_PLATFORM_H_ diff --git a/extensions/threader/thread/IThreader.h b/public/extensions/IThreader.h similarity index 100% rename from extensions/threader/thread/IThreader.h rename to public/extensions/IThreader.h