Commit e44ea0bd authored by Lev Walkin's avatar Lev Walkin

proper inline, as per 1261746

parent da9a3b8a
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
#define alloca(size) _alloca(size) #define alloca(size) _alloca(size)
#ifdef _MSC_VER /* MSVS.Net */ #ifdef _MSC_VER /* MSVS.Net */
#ifndef __cplusplus
#define inline __inline
#endif
#define ssize_t SSIZE_T #define ssize_t SSIZE_T
typedef char int8_t; typedef char int8_t;
typedef short int16_t; typedef short int16_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment