mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
DIRECTOR: Fix compilation on Dreamcast
This commit is contained in:
@@ -685,12 +685,12 @@ static void count() {
|
||||
g_lingo->_colnumber += strlen(yytext);
|
||||
}
|
||||
|
||||
#if defined(__PLAYSTATION2__) || defined(_MSC_VER)
|
||||
#if defined(__PLAYSTATION2__) || defined(_MSC_VER) || defined(__DC__)
|
||||
// Stub for missing function
|
||||
int isatty(int fileno) { return 0; }
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) || defined(__DC__)
|
||||
#define YY_NO_UNISTD_H
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user