diff options
-rw-r--r-- | src/macros_and_utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h index 726fe64..5377477 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h | |||
@@ -9,11 +9,6 @@ extern "C" { | |||
9 | } | 9 | } |
10 | #endif // __cplusplus | 10 | #endif // __cplusplus |
11 | 11 | ||
12 | // M$ compiler doesn't support 'inline' keyword in C files... | ||
13 | #if defined( _MSC_VER) | ||
14 | #define inline __inline | ||
15 | #endif | ||
16 | |||
17 | #define USE_DEBUG_SPEW() 0 | 12 | #define USE_DEBUG_SPEW() 0 |
18 | #if USE_DEBUG_SPEW() | 13 | #if USE_DEBUG_SPEW() |
19 | extern char const* debugspew_indent; | 14 | extern char const* debugspew_indent; |