comparison src/ntplay.c @ 357:4711e16a8e49 r21-1-8

Import from CVS: tag r21-1-8
author cvs
date Mon, 13 Aug 2007 10:57:04 +0200
parents 6cb5e14cd98e
children cc15677e0335
comparison
equal deleted inserted replaced
356:e85f639a32f3 357:4711e16a8e49
23 #include <config.h> 23 #include <config.h>
24 #include <stdio.h> 24 #include <stdio.h>
25 #include "sysfile.h" 25 #include "sysfile.h"
26 #include "lisp.h" 26 #include "lisp.h"
27 27
28 #ifdef __CYGWIN32__ 28 #if defined (__CYGWIN32__) && CYGWIN_VERSION_DLL_MAJOR < 21
29 extern BOOL WINAPI PlaySound(LPCSTR,HMODULE,DWORD); 29 extern BOOL WINAPI PlaySound(LPCSTR,HMODULE,DWORD);
30 #else 30 #else
31 #include <mmsystem.h> 31 #include <mmsystem.h>
32 #endif 32 #endif
33 static void play_sound_data_1 (unsigned char *data, int length, 33 static void play_sound_data_1 (unsigned char *data, int length,