diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-02 05:05:39 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-02 05:05:39 +0000 |
commit | a6a508c71908cece4ddfd91b8a911c7af5ec4e75 (patch) | |
tree | 691a9653541b0eff7affa60472cba0444bc1cd4c /ace/config-win32-common.h | |
parent | e49d86ac0dc1acfabd186ef4d12790cd1795cd89 (diff) | |
download | ATCD-a6a508c71908cece4ddfd91b8a911c7af5ec4e75.tar.gz |
*** empty log message ***
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 |