diff options
Diffstat (limited to 'dep/acelite/ace/config-win32-msvc.h')
-rw-r--r-- | dep/acelite/ace/config-win32-msvc.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dep/acelite/ace/config-win32-msvc.h b/dep/acelite/ace/config-win32-msvc.h index 6b84ac2348c..d6ec650e5f8 100644 --- a/dep/acelite/ace/config-win32-msvc.h +++ b/dep/acelite/ace/config-win32-msvc.h @@ -2,12 +2,11 @@ /** * @file config-win32-msvc.h * - * $Id: config-win32-msvc.h 92120 2010-10-01 12:00:01Z johnnyw $ + * $Id: config-win32-msvc.h 95788 2012-05-24 07:59:51Z johnnyw $ * * @brief Microsoft Visual C++ configuration file. * - * This file is the ACE configuration file for Microsoft Visual C++ versions - * 5.0, 6.0, and 7.0 (.NET) + * This file is the ACE configuration file for Microsoft Visual C++ * * @author Darrell Brunsch <brunsch@cs.wustl.edu> */ @@ -156,7 +155,7 @@ # pragma warning(disable: 1744) /* field of class type without a DLL interface used in a class with a DLL interface */ # pragma warning(disable: 1738) # endif -#endif /* !ALL_WARNINGS && _MSV_VER && !ghs && !__MINGW32__ */ +#endif /* !ALL_WARNINGS && _MSV_VER && !__MINGW32__ */ // STRICT type checking in WINDOWS.H enhances type safety for Windows // programs by using distinct types to represent all the different |