diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 01:37:01 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 01:37:01 +0000 |
commit | 212f5d8199c40b1d3eb5b0767914fc71bf254d29 (patch) | |
tree | 656e5d5532c277c624412a69c1be065d6ff6f7ce /ace/config-win32.h | |
parent | 5705158408144f0886acef1b7f91f8f4376acbdf (diff) | |
download | ATCD-212f5d8199c40b1d3eb5b0767914fc71bf254d29.tar.gz |
Updated comment to reflect that we can also use VC 4.2 with standard
libraries.
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r-- | ace/config-win32.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h index f341c3f45f9..8a0e2d550ec 100644 --- a/ace/config-win32.h +++ b/ace/config-win32.h @@ -37,10 +37,10 @@ #define ACE_HAS_MFC 0 #endif -// Define this if you're using MSVC 5.0 and your application relies -// on the standard c++ library. -// Runtime restrictions: You must be using MSVC 5.0 and your application -// must link with the standard libraries. +// Define this if you're using MSVC 4.2 or above and your application +// relies on the standard c++ library. +// Runtime restrictions: You must be using MSVC 4.2 or above and your +// application must link with the standard libraries. #if defined (_MSC_VER) && (_MSC_VER >= 1020) #if !defined (ACE_HAS_STANDARD_CPP_LIBRARY) #define ACE_HAS_STANDARD_CPP_LIBRARY 0 |