This commit is contained in:
parent
f098454057
commit
9121b6cbad
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: stdio.c 127 2008-03-12 14:00:10Z baconevi $
|
* $Id: stdio.c 128 2008-03-12 14:00:50Z baconevi $
|
||||||
*
|
*
|
||||||
* {License}
|
* {License}
|
||||||
*/
|
*/
|
||||||
@ -345,9 +345,9 @@ FILE* ase_popen (const ase_char_t* cmd, const ase_char_t* mode)
|
|||||||
{
|
{
|
||||||
#if defined(__SPU__)
|
#if defined(__SPU__)
|
||||||
/* popen is not available */
|
/* popen is not available */
|
||||||
#warning ###############################################
|
#warning ############################################
|
||||||
#warning ase_popen is NOT IMPLEMENTED for this platform.
|
#warning ase_popen is NOT SUPPORTED in this platform.
|
||||||
#warning ###############################################
|
#warning #############################################
|
||||||
return ASE_NULL;
|
return ASE_NULL;
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
#if defined(__DMC__)
|
#if defined(__DMC__)
|
||||||
|
Loading…
Reference in New Issue
Block a user