Define ws_statb64 as struct stat *within* the "not Windows" block.

svn path=/trunk/; revision=36546
This commit is contained in:
Guy Harris 2011-04-10 20:51:58 +00:00
parent 0629b7399a
commit f2008e4dd3
1 changed files with 1 additions and 1 deletions

View File

@ -143,12 +143,12 @@ extern char *getenv_utf8(const char *varname);
#define ws_fstat64 fstat /* AC_SYS_LARGEFILE should make off_t 64-bit */
#define ws_lseek64 lseek /* AC_SYS_LARGEFILE should make off_t 64-bit */
#define O_BINARY 0 /* Win32 needs the O_BINARY flag for open() */
#endif /* _WIN32 */
/*
* The structure to pass to ws_fstat64().
*/
#define ws_statb64 struct stat
#endif /* _WIN32 */
/* directory handling */
#define WS_DIR GDir