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:
parent
15ef1f6caf
commit
07c9734518
@ -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>
|
2011-01-07 Jacky Lai <crazyjacky@users.sourceforge.net>
|
||||||
|
|
||||||
Correct hexadecimal formatting of double and long double values.
|
Correct hexadecimal formatting of double and long double values.
|
||||||
|
@ -367,6 +367,7 @@ struct __wfinddata64_t {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
#if __MSVCRT_VERSION__ >= 0x0800
|
#if __MSVCRT_VERSION__ >= 0x0800
|
||||||
|
#include <stdio.h>
|
||||||
struct __wfinddata32_t {
|
struct __wfinddata32_t {
|
||||||
unsigned attrib;
|
unsigned attrib;
|
||||||
__time32_t time_create;
|
__time32_t time_create;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user