From: Juanma Barranquero Date: Sat, 24 Oct 2015 22:00:26 +0000 (+0200) Subject: * src/w32notify.c (Fw32notify_add_watch): Fix version check. X-Git-Tag: emacs-25.0.90~1033 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=478d9d9db39af654abdfeb793f2d9c2ecb71daf1;p=emacs.git * src/w32notify.c (Fw32notify_add_watch): Fix version check. --- diff --git a/src/w32notify.c b/src/w32notify.c index e822d950263..de27ab89b51 100644 --- a/src/w32notify.c +++ b/src/w32notify.c @@ -525,7 +525,7 @@ generate notifications correctly, though. */) /* The underlying features are available only since XP. */ if (os_subtype == OS_9X - || (w32_major_version == 5 && w32_major_version < 1)) + || (w32_major_version == 5 && w32_minor_version < 1)) { errno = ENOSYS; report_file_notify_error ("Watching filesystem events is not supported",