2000-02-17 20:38:33 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the Mingw32 package.
|
|
|
|
*
|
|
|
|
* unistd.h maps (roughly) to io.h
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __STRICT_ANSI__
|
2003-03-03 02:19:42 +01:00
|
|
|
|
2000-02-17 20:38:33 +01:00
|
|
|
#include <io.h>
|
2002-08-14 23:08:43 +02:00
|
|
|
#include <process.h>
|
2003-03-03 02:19:42 +01:00
|
|
|
|
|
|
|
#define __UNISTD_GETOPT__
|
|
|
|
#include <getopt.h>
|
|
|
|
#undef __UNISTD_GETOPT__
|
|
|
|
|
|
|
|
#endif
|
2000-02-17 20:38:33 +01:00
|
|
|
|