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