Mercurial > hg > xemacs-beta
comparison src/ntplay.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 501cfd01ee6d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
17 along with XEmacs; see the file COPYING. If not, write to the Free | 17 along with XEmacs; see the file COPYING. If not, write to the Free |
18 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | 18 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
19 02111-1307, USA.*/ | 19 02111-1307, USA.*/ |
20 | 20 |
21 #include <config.h> | 21 #include <config.h> |
22 #include <stdio.h> | 22 #include "lisp.h" |
23 | |
23 #include "sysfile.h" | 24 #include "sysfile.h" |
24 #include "syswindows.h" | 25 #include "nt.h" |
25 #include "lisp.h" | |
26 #include "nativesound.h" | 26 #include "nativesound.h" |
27 | 27 |
28 static int play_sound_data_1 (unsigned char *data, int length, | 28 static int play_sound_data_1 (unsigned char *data, int length, |
29 int volume, int convert); | 29 int volume, int convert); |
30 | 30 |