1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 18:42:09 +00:00

more stupidity

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-05-01 18:25:24 +00:00
parent d308e43f45
commit 167336d2df

View File

@ -2666,7 +2666,7 @@ static int WINAPI expGetWindowThreadProcessId(HWND win, int *pid_data)
dbgprintf("GetWindowThreadProcessId(0x%x, 0x%x) => %d\n",
win, pid_data, tid);
if (pid_data)
(int)*pid_data = tid;
*(int*)pid_data = tid;
return tid;
}