Author: tabish
Date: Tue Sep 22 14:20:10 2009
New Revision: 817670

URL: http://svn.apache.org/viewvc?rev=817670&view=rev
Log:
Fix some more errors on Windows.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Thread.cpp

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Thread.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Thread.cpp?rev=817670&r1=817669&r2=817670&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Thread.cpp 
(original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Thread.cpp Tue 
Sep 22 14:20:10 2009
@@ -240,7 +240,7 @@
 
     #else
 
-        mainThread->properties->handle = getCurrentThread();
+        mainThread->properties->handle = ::GetCurrentThread();
 
         // Create the key used to store the Current Thread data
         currentThreadKey = ::TlsAlloc();


Reply via email to