Remove questionable dropping of inline for msvc in markdown2html

This commit is contained in:
Marek Roszko 2021-01-31 19:53:36 -05:00
parent 9d0b16e814
commit 627d321ec5
1 changed files with 0 additions and 1 deletions

View File

@ -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