diff src/device.c @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 131b0175ea99
children cca96a509cfe
line wrap: on
line diff
--- a/src/device.c	Mon Aug 13 09:13:58 2007 +0200
+++ b/src/device.c	Mon Aug 13 09:15:11 2007 +0200
@@ -1000,10 +1000,14 @@
   /* reset the flag to 0 unless another notification occurred while
      we were processing this one.  Block SIGWINCH during this
      check to prevent a possible race condition. */
+#ifndef WINDOWSNT
   EMACS_BLOCK_SIGNAL (SIGWINCH);
+#endif
   if (old_asynch_device_change_pending == asynch_device_change_pending)
     asynch_device_change_pending = 0;
+#ifndef WINDOWSNT
   EMACS_UNBLOCK_SIGNAL (SIGWINCH);
+#endif
 }
 
 void