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:
@ -367,6 +367,7 @@ struct __wfinddata64_t {
|
||||
};
|
||||
#endif
|
||||
#if __MSVCRT_VERSION__ >= 0x0800
|
||||
#include <stdio.h>
|
||||
struct __wfinddata32_t {
|
||||
unsigned attrib;
|
||||
__time32_t time_create;
|
||||
|
Reference in New Issue
Block a user