Author: sebor
Date: Thu Jan 26 15:41:30 2006
New Revision: 372662

URL: http://svn.apache.org/viewcvs?rev=372662&view=rev
Log:
2006-01-26  Martin Sebor  <[EMAIL PROTECTED]>

        * _config.h (_RWSTD_SSIZE_TYPE): Removed conditional definition
        of the unused macro.

Modified:
    incubator/stdcxx/trunk/include/rw/_config.h

Modified: incubator/stdcxx/trunk/include/rw/_config.h
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/include/rw/_config.h?rev=372662&r1=372661&r2=372662&view=diff
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_config.h (original)
+++ incubator/stdcxx/trunk/include/rw/_config.h Thu Jan 26 15:41:30 2006
@@ -667,9 +667,6 @@
 #  if defined (_WIN64)
      // FIXME: handle by forward declaring fuctions in <rw/_mutex.h>
 #    define _RWSTD_NO_FWD_DECLARATIONS
-#    if !defined (_RWSTD_NO_SSIZE_TYPE)
-#      define _RWSTD_NO_SSIZE_TYPE
-#    endif   // _RWSTD_NO_SSIZE_TYPE
 #  endif   // _WIN64
 
    // disable "Same type qualifier used more than once"


Reply via email to