mingw32.h: Make it explicit that we need XP or later.
authorVasiliy Fofanov <fofanov@adacore.com>
Mon, 13 Jul 2009 12:16:51 +0000 (12:16 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 13 Jul 2009 12:16:51 +0000 (14:16 +0200)
commit75069667df1ed5fafbb9e1f4532adf1233b7eeab
tree94908b1bab6a306f6dede652eb468c1a41ae89f5
parente2d9085b0f600ee51a331a2135f2da43c661881d
mingw32.h: Make it explicit that we need XP or later.

2009-07-13  Vasiliy Fofanov  <fofanov@adacore.com>

* mingw32.h: Make it explicit that we need XP or later.

* initialize.c: Remove useless extern symbol declaration.

* adaint.h: Ditto, also expose __gnat_win32_remove_handle to allow
code reuse in expect.c.

* adaint.c: Changes throughout the Windows section to redesign storage
of the child process list and the process identification.

* expect.c (__gnat_kill, __gnat_waitpid): Simplify, cleanup, use pids
for interfacing, fix errors.
(__gnat_expect_portable_execvp): use function in adaint.c

From-SVN: r149573
gcc/ada/ChangeLog
gcc/ada/adaint.c
gcc/ada/adaint.h
gcc/ada/expect.c
gcc/ada/initialize.c
gcc/ada/mingw32.h