X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fntplay.c;h=780441861504f3046c507067fbc7a8ebbd7e6d40;hb=c84990d1037000e9487a437491a853975b356e5a;hp=bbfa228360f289661b2264f135d25f9178797484;hpb=a1655b870904de973c366d85ebdc8adde4ef5e1e;p=chise%2Fxemacs-chise.git.1 diff --git a/src/ntplay.c b/src/ntplay.c index bbfa228..7804418 100644 --- a/src/ntplay.c +++ b/src/ntplay.c @@ -18,19 +18,13 @@ along with XEmacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.*/ -#include #include -#include -#include "sysfile.h" #include "lisp.h" + +#include "sysfile.h" +#include "nt.h" #include "nativesound.h" -#if (defined (__CYGWIN32__) || defined(__MINGW32__)) && \ - CYGWIN_VERSION_DLL_MAJOR < 21 -extern BOOL WINAPI PlaySound(LPCSTR,HMODULE,DWORD); -#else -#include -#endif static int play_sound_data_1 (unsigned char *data, int length, int volume, int convert);