If an Amiga specific spawnvp() is the only alternative it seems save to classify the UNIX specific spawnvp() as default.
This commit is contained in:
@@ -136,12 +136,10 @@ static char* TargetLib = 0;
|
|||||||
|
|
||||||
|
|
||||||
#if defined(NEED_SPAWN)
|
#if defined(NEED_SPAWN)
|
||||||
# if defined(SPAWN_UNIX)
|
# if defined(SPAWN_AMIGA)
|
||||||
# include "spawn-unix.inc"
|
|
||||||
# elif defined(SPAWN_AMIGA)
|
|
||||||
# include "spawn-amiga.inc"
|
# include "spawn-amiga.inc"
|
||||||
# else
|
# else
|
||||||
# error "Don't know which spawn module to include!"
|
# include "spawn-unix.inc"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user