- removed some debug stuff

- committed msvc8 detection to sm_platform.h
- updated comments to FormatTime()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401340
This commit is contained in:
David Anderson
2007-08-15 16:21:28 +00:00
parent 54a8126648
commit 4016c52a38
3 changed files with 8 additions and 3 deletions
+3
View File
@@ -57,6 +57,9 @@
#define PLATFORM_SEP_CHAR '\\'
#define PLATFORM_SEP_ALTCHAR '/'
#define PLATFORM_EXTERN_C extern "C" __declspec(dllexport)
#if defined _MSC_VER && _MSC_VER >= 1400
#define SUBPLATFORM_SECURECRT
#endif
#elif defined __linux__
#define PLATFORM_LINUX
#define PLATFORM_POSIX