From 70d2673f4e38032c873cd146800bedb7062af36c Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Mon, 26 Jan 2004 07:57:25 +0000 Subject: Add SAMPLES_PER_SEC for CE in order to compile sdl-common svn-id: r12611 --- backends/intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/intern.h b/backends/intern.h index 1e2d6ebba6..57a763a17c 100644 --- a/backends/intern.h +++ b/backends/intern.h @@ -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 -- cgit v1.2.3