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