You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/03/18 00:23:45 UTC

svn commit: r755442 - /qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h

Author: shuston
Date: Tue Mar 17 23:23:45 2009
New Revision: 755442

URL: http://svn.apache.org/viewvc?rev=755442&view=rev
Log:
Remove unneeded size_t typedef; fixes QPID-1745

Modified:
    qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h

Modified: qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h?rev=755442&r1=755441&r2=755442&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h (original)
+++ qpid/branches/0.5-release/qpid/cpp/src/qpid/sys/windows/IntegerTypes.h Tue Mar 17 23:23:45 2009
@@ -32,7 +32,6 @@
 
 // Visual Studio doesn't define other common types, so set them up here too.
 typedef int              pid_t;
-typedef unsigned int     size_t;
 typedef int              ssize_t;
 typedef unsigned int     uint;
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org