* shared.h: Bump PROC_MAGIC.

* include/cygwin/version.h: Bump API minor to accomodate two recent exports.
This commit is contained in:
Christopher Faylor
2000-05-15 03:42:27 +00:00
parent a0c3677120
commit 66aea0c52e
3 changed files with 9 additions and 2 deletions

View File

@ -187,7 +187,7 @@ pinfo *__stdcall procinfo (int n);
enum
{
PROC_MAGIC = 0xaf06f000,
PROC_MAGIC = 0xaf07f000,
PROC_FORK = PROC_MAGIC + 1,
PROC_EXEC = PROC_MAGIC + 2,
PROC_SPAWN = PROC_MAGIC + 3,