This commit is contained in:
hyung-hwan 2008-03-13 08:00:50 +00:00
parent f098454057
commit 9121b6cbad

View File

@ -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__)