Add SAMPLES_PER_SEC for CE in order to compile sdl-common

svn-id: r12611
This commit is contained in:
Nicolas Bacca 2004-01-26 07:57:25 +00:00
parent d5e2c21f56
commit 70d2673f4e

View File

@ -39,6 +39,7 @@ extern OSystem *OSystem_PALMOS_create(int gfx_mode);
#ifdef _WIN32_WCE
#define SAMPLES_PER_SEC 22050
#define SAMPLES_PER_SEC_OLD 11025
#define SAMPLES_PER_SEC_NEW 22050
#else