X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=inline;f=conio.c;h=9c37ad5225c654155d7474ad6a1ea2ff3f0e56d5;hb=2386f7a30ea2471e4387ba9c0d3cce5c9f8c5b38;hp=92598140141e2e12633872e123c3c08ab8fa2965;hpb=222e7873f49cb4b28e872552e8cdc1a8a3e2a605;p=super-star-trek.git diff --git a/conio.c b/conio.c index 9259814..9c37ad5 100644 --- a/conio.c +++ b/conio.c @@ -31,6 +31,7 @@ char color_warning=1; int directvideo; WINDOW *conio_scr; +#ifdef SERGEEV /* Some internals... */ static int colortab(int a) /* convert LINUX Color code to DOS-standard */ { @@ -46,6 +47,7 @@ static int colortab(int a) /* convert LINUX Color code to DOS-standard */ } return COLOR_BLACK; } +#endif /* SERGEEV */ static void docolor (int color) /* Set DOS-like text mode colors */ {