Fixes for compiling with Visual C++ 8.0 Express Edition
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402369
This commit is contained in:
parent
80dcd123dc
commit
ed60e3a7d4
8 changed files with 12 additions and 13 deletions
|
@ -1177,7 +1177,9 @@ SDL_RateSLOW(SDL_AudioCVT * cvt, SDL_AudioFormat format)
|
|||
case 32:
|
||||
{
|
||||
/* !!! FIXME: need 32-bit converter here! */
|
||||
#ifdef DEBUG_CONVERT
|
||||
fprintf(stderr, "FIXME: need 32-bit converter here!\n");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
@ -1214,7 +1216,9 @@ SDL_RateSLOW(SDL_AudioCVT * cvt, SDL_AudioFormat format)
|
|||
case 32:
|
||||
{
|
||||
/* !!! FIXME: need 32-bit converter here! */
|
||||
#ifdef DEBUG_CONVERT
|
||||
fprintf(stderr, "FIXME: need 32-bit converter here!\n");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue