Mercurial > hg > xemacs-beta
diff src/ntplay.c @ 430:a5df635868b2 r21-2-23
Import from CVS: tag r21-2-23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:08 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/ntplay.c Mon Aug 13 11:28:16 2007 +0200 +++ b/src/ntplay.c Mon Aug 13 11:29:08 2007 +0200 @@ -25,7 +25,8 @@ #include "sysfile.h" #include "lisp.h" -#if defined (__CYGWIN32__) || defined(__MINGW32__) +#if (defined (__CYGWIN32__) || defined(__MINGW32__)) && \ + CYGWIN_VERSION_DLL_MAJOR < 21 extern BOOL WINAPI PlaySound(LPCSTR,HMODULE,DWORD); #else #include <mmsystem.h>