mirror of
https://github.com/frida/tinycc
synced 2024-12-24 22:16:49 +03:00
9 lines
154 B
C
9 lines
154 B
C
|
/*
|
||
|
* This file is part of the Mingw32 package.
|
||
|
*
|
||
|
* This fcntl.h maps to the root fcntl.h
|
||
|
*/
|
||
|
#ifndef __STRICT_ANSI__
|
||
|
#include <fcntl.h>
|
||
|
#endif
|