Module: wine Branch: master Commit: d42ed7595c1a2992250222031481ab987e0b070e URL: http://source.winehq.org/git/wine.git/?a=commit;h=d42ed7595c1a29922502220314...
Author: Austin English austinenglish@gmail.com Date: Thu May 30 13:28:11 2013 -0700
msvcrt: Remove warning hack.
---
dlls/msvcrt/process.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/msvcrt/process.c b/dlls/msvcrt/process.c index b61eea1..4505b67 100644 --- a/dlls/msvcrt/process.c +++ b/dlls/msvcrt/process.c @@ -360,8 +360,6 @@ MSVCRT_intptr_t CDECL _cwait(int *status, MSVCRT_intptr_t pid, int action) HANDLE hPid = (HANDLE)pid; int doserrno;
- action = action; /* Remove warning */ - if (!WaitForSingleObject(hPid, INFINITE)) { if (status)