Fixes for OS/2 to make these files in sync with changed Makefile.PC

This commit is contained in:
Pavel Machek 1998-05-13 08:57:30 +00:00
parent d574ff2d58
commit 31db46fc3c
3 changed files with 14 additions and 14 deletions

View File

@ -32,10 +32,10 @@
#include <os2.h>
#endif
#include "tty.h"
#include "util.h"
#include "win.h"
#include "cons.saver.h"
#include "../src/tty.h"
#include "../src/util.h"
#include "../src/win.h"
#include "../src/cons.saver.h"
signed char console_flag = 1;
static unsigned char *scr_buffer;

View File

@ -33,12 +33,12 @@
#define INCL_WININPUT
#include <os2.h>
#include <stdio.h>
#include "mouse.h"
#include "global.h"
#include "main.h"
#include "key.h"
#include "../src/mouse.h"
#include "../src/global.h"
#include "../src/main.h"
#include "../src/key.h"
#include "../vfs/vfs.h"
#include "tty.h"
#include "../src/tty.h"
/* Code to read keystrokes in a separate thread */

View File

@ -19,6 +19,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <config.h>
#define INCL_DOS
#define INCL_PM
#define INCL_DOSPROCESS
@ -26,13 +28,11 @@
#define INCL_DOSDEVICES /* Device values */
#define INCL_DOSDATETIME
#define INCL_DOSERRORS
#include "config.h"
#include <os2.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <config.h>
#include <ctype.h>
#include <sys/stat.h>
#include <errno.h>
@ -45,9 +45,9 @@
#include <sys/stat.h>
#include <stdarg.h>
#include <process.h>
#include <fs.h>
#include "util.h"
#include "dialog.h"
#include "../src/fs.h"
#include "../src/util.h"
#include "../src/dialog.h"
#ifndef ENOTEMPTY
#define ENOTEMPTY ERROR_DIR_NOT_EMPTY