mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
(w32_msg_worker): Define as WINAPI and arg as void pointer.
This commit is contained in:
parent
b0d4e0c74a
commit
992dfd90e0
1 changed files with 2 additions and 3 deletions
|
|
@ -2689,9 +2689,8 @@ cancel_all_deferred_msgs ()
|
|||
PostThreadMessage (dwWindowsThreadId, WM_NULL, 0, 0);
|
||||
}
|
||||
|
||||
DWORD
|
||||
w32_msg_worker (dw)
|
||||
DWORD dw;
|
||||
DWORD WINAPI
|
||||
w32_msg_worker (void *arg)
|
||||
{
|
||||
MSG msg;
|
||||
deferred_msg dummy_buf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue