Author: tkreuzer
Date: Thu Sep 25 10:56:14 2008
New Revision: 36511
URL:
http://svn.reactos.org/svn/reactos?rev=36511&view=rev
Log:
Fix the "fix".
Modified:
branches/ros-amd64-bringup/reactos/base/setup/vmwinst/vmwinst.c
Modified: branches/ros-amd64-bringup/reactos/base/setup/vmwinst/vmwinst.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/base/setup/vmwinst/vmwinst.c [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/base/setup/vmwinst/vmwinst.c [iso-8859-1] Thu Sep
25 10:56:14 2008
@@ -504,7 +504,7 @@
}
cleanup:
- hThread = (HANDLE)(ULONG_PTR)InterlockedExchange((LONG*)&hInstallationThread, 0);
+ hThread = InterlockedExchangePointer((PVOID*)&hInstallationThread, 0);
if(hThread != NULL)
{
CloseHandle(hThread);