diff options
Diffstat (limited to 'lib/fcntl.c')
-rw-r--r-- | lib/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fcntl.c b/lib/fcntl.c index 161508a1d2..e989d972d0 100644 --- a/lib/fcntl.c +++ b/lib/fcntl.c @@ -33,7 +33,7 @@ #undef fcntl #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ -/* Get declarations of the Win32 API functions. */ +/* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include <windows.h> |