1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Review header dependencies controlled by POSIX and MINGW32 flags.

This commit is contained in:
2015-01-02 10:54:35 +08:00
parent 5f7a1aa1a9
commit b6bd5c2927
4 changed files with 12 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
/* termio.c -- implements termio.h */
#if !defined( POSIX) && !defined( MINGW32)
#include "termio.h"
/* TERMIO.C
@@ -9,8 +12,6 @@
* modified by Petri Kutvonen
*/
#if !defined( POSIX) && !defined( MINGW32)
#include <stdio.h>
#include <stdlib.h>