summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-09 12:45:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-09 12:45:53 +0000
commit637ec5cefcfa0577164cc72de8cd23c47ce86d4c (patch)
treedc18ca0a631b191fbb179773d4de7221daf8b8e2
parentaea34eb1c088247adb932c5b1e35d29da10af0da (diff)
downloadATCD-637ec5cefcfa0577164cc72de8cd23c47ce86d4c.tar.gz
ChangeLogTag: Fri Jun 9 10:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/OS_NS_sys_stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_NS_sys_stat.h b/ace/OS_NS_sys_stat.h
index 4f594a78669..6a9f58e5728 100644
--- a/ace/OS_NS_sys_stat.h
+++ b/ace/OS_NS_sys_stat.h
@@ -39,7 +39,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
#if defined (ACE_WIN32) && defined (__BORLANDC__)
typedef struct stati64 ACE_stat;
#elif defined (ACE_WIN32) && !defined (ACE_HAS_WINCE) && !defined(__IBMCPP__)
-typedef struct __stat64 ACE_stat;
+typedef struct _stati64 ACE_stat;
#else
typedef struct stat ACE_stat;
#endif /* ACE_WIN32 */