Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / process / _cwait.c
index d4df111..04c301c 100644 (file)
@@ -7,10 +7,8 @@
  * UPDATE HISTORY:
  *              04/03/99: Created
  */
-#include <windows.h>
-#include <msvcrt/process.h>
-#include <msvcrt/errno.h>
-#include <msvcrt/internal/file.h>
+#include <msvcrti.h>
+
 
 int _cwait(int* pnStatus, int hProc, int nAction)
 {