summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_stat.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-22 19:39:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-22 19:39:54 +0000
commita03bc0928993027f9c77a63d40db6276e470352c (patch)
treec423deeac6b4c4336e39beb407c7ad3ee1989893 /ACE/ace/OS_NS_sys_stat.h
parent9a618d3733b212a4aa3bbf2e96762fec6a832939 (diff)
downloadATCD-a03bc0928993027f9c77a63d40db6276e470352c.tar.gz
Thu Mar 22 19:38:02 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_sys_stat.h')
-rw-r--r--ACE/ace/OS_NS_sys_stat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/ace/OS_NS_sys_stat.h b/ACE/ace/OS_NS_sys_stat.h
index 8ca35970412..bfda63f45fb 100644
--- a/ACE/ace/OS_NS_sys_stat.h
+++ b/ACE/ace/OS_NS_sys_stat.h
@@ -42,7 +42,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
typedef struct stati64 ACE_stat;
# define ACE_STAT_FUNC_NAME ::_stati64
# define ACE_WSTAT_FUNC_NAME ::_wstati64
-# elif !defined (ACE_HAS_WINCE) && !defined(__IBMCPP__) && defined (_MSC_VER)
+# elif !defined (ACE_HAS_WINCE) && defined (_MSC_VER)
# if _MSC_VER >= 1400
// For vc8 which has time_t as 64bit
// 64-bit file offsets, 64-bit time_t
@@ -62,9 +62,7 @@ typedef struct stat ACE_stat;
# endif /**/
# else
// Default file offset case.
-# if defined (ACE_WIN32) \
- && !defined (ACE_HAS_WINCE) \
- && !defined(__IBMCPP__)
+# if defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)
typedef struct _stat ACE_stat;
# define ACE_STAT_FUNC_NAME ::_stat
# define ACE_WSTAT_FUNC_NAME ::_wstat