diff 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
line wrap: on
line diff
--- a/src/ntplay.c	Mon Aug 13 10:56:23 2007 +0200
+++ b/src/ntplay.c	Mon Aug 13 10:57:04 2007 +0200
@@ -25,7 +25,7 @@
 #include "sysfile.h"
 #include "lisp.h"
 
-#ifdef __CYGWIN32__
+#if defined (__CYGWIN32__) && CYGWIN_VERSION_DLL_MAJOR < 21
 extern BOOL WINAPI PlaySound(LPCSTR,HMODULE,DWORD);
 #else
 #include <mmsystem.h>