diff options
Diffstat (limited to 'textscreen/txt_sdl.c')
-rw-r--r-- | textscreen/txt_sdl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textscreen/txt_sdl.c b/textscreen/txt_sdl.c index 73a69569..aeb8cd63 100644 --- a/textscreen/txt_sdl.c +++ b/textscreen/txt_sdl.c @@ -39,6 +39,10 @@ #define CHAR_W 8 #define CHAR_H 16 +#if defined(_MSC_VER) && !defined(__cplusplus) +#define inline __inline +#endif + // Time between character blinks in ms #define BLINK_PERIOD 250 |