Kaydet (Commit) 6d097831 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dmake412_DEV300 (1.5.2); FILE MERGED

2007/11/11 23:05:48 vq 1.5.2.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)
üst 377862e9
/* RCS $Id: runargv.c,v 1.5 2007-10-15 15:43:15 ihi Exp $
/* RCS $Id: runargv.c,v 1.6 2008-03-05 18:35:53 kz Exp $
--
-- SYNOPSIS
-- Run a sub process.
......@@ -23,6 +23,12 @@
-- Use cvs log to obtain detailed change logs.
*/
#if defined(USE_CREATEPROCESS)
/* MSVC6.0 and newer and MinGW use the parallel build enabled runargv(). */
Force a compile-time blowup.
This file should not be used, use unix/runargv.c instead.
#endif
#include <process.h>
#include <errno.h>
#include "extern.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment