X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsyswindows.h;h=eee6fa9d81e977d8ded274c4c087cddf7efe1075;hp=0b505cb1e72ba71c515c181738022f3ea36b56e7;hb=02f4d2761a98c5cb9d5b423d2361160a5d8c9ee4;hpb=041e98cf4c48018877365e3bfb37cfc09b54cc6d diff --git a/src/syswindows.h b/src/syswindows.h index 0b505cb..eee6fa9 100644 --- a/src/syswindows.h +++ b/src/syswindows.h @@ -57,8 +57,7 @@ Boston, MA 02111-1307, USA. */ #include -#if (defined (CYGWIN) || defined(MINGW)) && \ - CYGWIN_VERSION_DLL_MAJOR < 21 +#if defined (CYGWIN) && CYGWIN_VERSION_DLL_MAJOR < 21 extern BOOL WINAPI DdeFreeStringHandle(DWORD,HSZ); extern BOOL WINAPI PlaySound(LPCSTR,HMODULE,DWORD); #define stricmp strcasecmp