From 0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 8 Jul 2015 23:43:03 +0100 Subject: Imported Upstream version 1.5 --- lib/wincompat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/wincompat.h') diff --git a/lib/wincompat.h b/lib/wincompat.h index 23d7379..30b5619 100644 --- a/lib/wincompat.h +++ b/lib/wincompat.h @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files - Copyright (C) 2005-2010 Mark A Lindner + Copyright (C) 2005-2014 Mark A Lindner This file is part of libconfig. @@ -32,6 +32,8 @@ #define WIN32_LEAN_AND_MEAN #include +#define fileno _fileno +#define fstat _fstat #define snprintf _snprintf #ifndef __MINGW32__ -- cgit v1.2.3