From 07c973451826f5b9d16f9cc81b0f5882aa975d5a Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Mon, 23 May 2011 00:03:22 +0000 Subject: [PATCH] 2011-05-22 Chris Sutcliffe * include/wchar.h: Include stdio.h to grab definition of FILENAME_MAX. Thanks to Jim Bell for the report and Greg Chicares for the fix. --- winsup/mingw/ChangeLog | 6 ++++++ winsup/mingw/include/wchar.h | 1 + 2 files changed, 7 insertions(+) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index bee0fa2ef..954486b5a 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,9 @@ +2011-05-22 Chris Sutcliffe + + * include/wchar.h: Include stdio.h to grab definition of FILENAME_MAX. + + Thanks to Jim Bell for the report and Greg Chicares for the fix. + 2011-01-07 Jacky Lai Correct hexadecimal formatting of double and long double values. diff --git a/winsup/mingw/include/wchar.h b/winsup/mingw/include/wchar.h index 22acee726..60e8d9c2b 100644 --- a/winsup/mingw/include/wchar.h +++ b/winsup/mingw/include/wchar.h @@ -367,6 +367,7 @@ struct __wfinddata64_t { }; #endif #if __MSVCRT_VERSION__ >= 0x0800 +#include struct __wfinddata32_t { unsigned attrib; __time32_t time_create; -- 2.43.5