summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_NS_sys_stat.h')
-rw-r--r--ACE/ace/OS_NS_sys_stat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/OS_NS_sys_stat.h b/ACE/ace/OS_NS_sys_stat.h
index ed9ce01ba87..586d978331d 100644
--- a/ACE/ace/OS_NS_sys_stat.h
+++ b/ACE/ace/OS_NS_sys_stat.h
@@ -57,6 +57,10 @@ typedef struct _stati64 ACE_stat;
# define ACE_STAT_FUNC_NAME ::_stati64
# define ACE_WSTAT_FUNC_NAME ::_wstati64
# endif /* _MSC_VER >= 1400 */
+# elif defined (__MINGW32__)
+typedef struct _stati64 ACE_stat;
+# define ACE_STAT_FUNC_NAME ::_stati64
+# define ACE_WSTAT_FUNC_NAME ::_wstati64
# else
typedef struct stat ACE_stat;
# define ACE_STAT_FUNC_NAME ::stat