diff options
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index b1b600d6c9e..52de1c00c36 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -167,6 +167,8 @@ #endif /* (_MSC_VER > 1020) */ #endif /* _MSC_VER */ + // ace/iostream.h does not work with the standard cpp library (yet). + #define ACE_LACKS_ACE_IOSTREAM #else // iostream header lacks ipfx (), isfx (), etc., declarations #define ACE_LACKS_IOSTREAM_FX |