mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
10 lines
154 B
C
Executable File
10 lines
154 B
C
Executable File
/*
|
|
* This file is part of the Mingw32 package.
|
|
*
|
|
* This file.h maps to the root fcntl.h
|
|
* TODO?
|
|
*/
|
|
#ifndef __STRICT_ANSI__
|
|
#include <fcntl.h>
|
|
#endif
|