- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / shell / explorer / desktop / desktop.h
index 2fffb4c..060fb05 100644 (file)
@@ -141,7 +141,8 @@ public:
         /* [out][in] */ DWORD __RPC_FAR *pdwEffect)
        {
                TVHITTESTINFO hit;
-               hit.pt = (POINT&)pt;
+               hit.pt.x = pt.x;
+               hit.pt.y = pt.y;
                ScreenToClient(m_hTargetWnd, &hit.pt);
                hit.flags = TVHT_ONITEM;