mirror of https://github.com/MidnightCommander/mc
* slvideo.c: Include _slang.h, not slang.h.
This commit is contained in:
parent
af3bb307d1
commit
6a5df4c736
|
@ -1,5 +1,7 @@
|
|||
2002-01-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* slvideo.c: Include _slang.h, not slang.h.
|
||||
|
||||
* slos2tty.c: Remove since OS/2 is no longer supported.
|
||||
* Makefile.am (EXTRASRC): Remove slos2tty.c.
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#endif
|
||||
|
||||
#include <dos.h>
|
||||
#include "slang.h"
|
||||
#include "_slang.h"
|
||||
|
||||
#ifdef GO32_VIDEO
|
||||
# define HAS_SAVE_SCREEN
|
||||
|
|
Loading…
Reference in New Issue