summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wsutil/file_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/file_util.h b/wsutil/file_util.h
index 6289173a7c..65164165c3 100644
--- a/wsutil/file_util.h
+++ b/wsutil/file_util.h
@@ -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