watcom/unistd.h and win32/unistd.h are no longer necessary, especially after previous commit.master
parent
908977d4df
commit
6b018d6999
10 changed files with 17 additions and 20 deletions
@ -1,6 +0,0 @@ |
|||||||
#ifndef XMP_WATCOM_UNISTD_H |
|
||||||
#define XMP_WATCOM_UNISTD_H |
|
||||||
|
|
||||||
#include <io.h> /* do not want Watcom unistd.h */ |
|
||||||
|
|
||||||
#endif |
|
||||||
@ -1,6 +0,0 @@ |
|||||||
#ifndef _XMP_WIN32_UNISTD_H |
|
||||||
#define _XMP_WIN32_UNISTD_H |
|
||||||
|
|
||||||
#include <io.h> |
|
||||||
|
|
||||||
#endif |
|
||||||
Loading…
Reference in new issue