diff options
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index fa15deb0c33..ca9976f5dac 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -89,7 +89,7 @@ typedef unsigned __int64 ACE_UINT64; // Platform supports the /proc file system. //define ACE_HAS_PROC_FS -#if !defined (ACE_HAS_WINCE) +#if defined (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0) // Platform supports the rusage struct. #define ACE_HAS_GETRUSAGE #endif /* ! ACE_HAS_WINCE */ |