Remove questionable dropping of inline for msvc in markdown2html
This commit is contained in:
parent
9d0b16e814
commit
627d321ec5
|
@ -28,7 +28,6 @@ extern "C" {
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define __attribute__( x )
|
#define __attribute__( x )
|
||||||
#define inline
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
Loading…
Reference in New Issue