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