comparison src/ntplay.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 4711e16a8e49
children 74fd4e045ea6
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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 #if defined (__CYGWIN32__) && CYGWIN_VERSION_DLL_MAJOR < 21 28 #ifdef __CYGWIN32__
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,