Changeset 6339 for trunk/src/user32/user32.cpp
- Timestamp:
- Jul 15, 2001, 4:58:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r6328 r6339 1 /* $Id: user32.cpp,v 1.10 8 2001-07-14 09:21:46sandervl Exp $ */1 /* $Id: user32.cpp,v 1.109 2001-07-15 14:58:07 sandervl Exp $ */ 2 2 3 3 /* … … 49 49 #include <win32wnd.h> 50 50 #include <winuser.h> 51 #include "initterm.h" 51 52 52 53 #define DBG_LOCALLOG DBG_user32 … … 990 991 dprintf(("USER32: WaitForInputIdle %x %d\n", hProcess, dwTimeOut)); 991 992 992 return O32_WaitForInputIdle(hProcess, dwTimeOut); 993 if(fVersionWarp3) { 994 Sleep(1000); 995 return 0; 996 } 997 else return O32_WaitForInputIdle(hProcess, dwTimeOut); 993 998 } 994 999
Note:
See TracChangeset
for help on using the changeset viewer.