Author: faridz
Date: Wed Oct  4 04:39:17 2006
New Revision: 452852

URL: http://svn.apache.org/viewvc?view=rev&rev=452852
Log:
2006-10-04 Farid Zaripov <[EMAIL PROTECTED]>

        * exception.cpp [_MSC_VER]: #undefined _RWSTD_NO_VSNPRINTF after
        #define vsnprintf _vsnprintf

Modified:
    incubator/stdcxx/trunk/src/exception.cpp

Modified: incubator/stdcxx/trunk/src/exception.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/exception.cpp?view=diff&rev=452852&r1=452851&r2=452852
==============================================================================
--- incubator/stdcxx/trunk/src/exception.cpp (original)
+++ incubator/stdcxx/trunk/src/exception.cpp Wed Oct  4 04:39:17 2006
@@ -71,6 +71,7 @@
 #ifdef _MSC_VER
    // MSVC's libc prepends an underscore
 #  define vsnprintf   _vsnprintf
+#  undef  _RWSTD_NO_VSNPRINTF
 #endif
 
 #if defined (_RWSTD_NO_VSNPRINTF) && !defined (_RWSTD_NO_VSNPRINTF_IN_LIBC)


Reply via email to