add ifndef WIN

This commit is contained in:
ca333
2019-02-19 16:57:47 +01:00
committed by GitHub
parent d11e4048ee
commit 4bf1256a68

View File

@@ -48,7 +48,10 @@ extern WINDOW *stdscr,*curscr;
extern int32_t ESCDELAY;
typedef char chtype;
#ifndef __MINGW32__
int32_t getch(void); // stub
#endif
int32_t md_readchar(void); // stub
WINDOW *initscr(void);