TrackMoveEvent is a semi-implemented not UNIMPLEMENTED. Shut it up.

svn path=/trunk/; revision=17276
This commit is contained in:
Steven Edwards 2005-08-11 03:15:17 +00:00
parent 479fa4e4ae
commit c5785454c2

View file

@ -870,8 +870,7 @@ TrackMouseEvent(
pos.y = 0;
SetRectEmpty(&client);
DbgPrint("%lx, %lx, %p, %lx\n", ptme->cbSize, ptme->dwFlags, ptme->hwndTrack, ptme->dwHoverTime);
UNIMPLEMENTED;
DPRINT("%lx, %lx, %p, %lx\n", ptme->cbSize, ptme->dwFlags, ptme->hwndTrack, ptme->dwHoverTime);
if (ptme->cbSize != sizeof(TRACKMOUSEEVENT)) {
DPRINT("wrong TRACKMOUSEEVENT size from app\n");