commit | a11de67bf2748cf647c26392bb13f63375ba3a42 | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Sat May 22 19:01:37 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat May 22 19:01:37 1999 +0000 |
tree | 02b8bd089aea912f6a4d4e8d78a82f7c976a60eb | |
parent | 5cd4737854d40869daf8808dbf78bee1378c9cef [diff] [blame] |
Removed EVENT_WaitNetEvent() calls.
diff --git a/windows/dinput.c b/windows/dinput.c index 05514b3..35e2d3f 100644 --- a/windows/dinput.c +++ b/windows/dinput.c
@@ -429,7 +429,11 @@ TRACE(dinput,"(this=%p,%ld,%p,%p(%ld)),0x%08lx)\n", This,dodsize,dod,entries,entries?*entries:0,flags); - EVENT_WaitNetEvent(FALSE,TRUE); + + /* FIXME !!! */ + + EVENT_Synchronize( FALSE ); + if (entries) xentries = *entries; else