4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* 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.
This commit is contained in:
Chris Sutcliffe 2011-05-23 00:03:22 +00:00
parent 15ef1f6caf
commit 07c9734518
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* 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 <crazyjacky@users.sourceforge.net>
Correct hexadecimal formatting of double and long double values.

View File

@ -367,6 +367,7 @@ struct __wfinddata64_t {
};
#endif
#if __MSVCRT_VERSION__ >= 0x0800
#include <stdio.h>
struct __wfinddata32_t {
unsigned attrib;
__time32_t time_create;