mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
9 lines
138 B
C
9 lines
138 B
C
/*
|
|
* This file is part of the Mingw32 package.
|
|
*
|
|
* unistd.h maps (roughly) to io.h
|
|
*/
|
|
#ifndef __STRICT_ANSI__
|
|
#include <io.h>
|
|
#endif
|
|
|