mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 18:12:22 +00:00
more stupidity
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d308e43f45
commit
167336d2df
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user