diff options
| -rw-r--r-- | src/w32notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */) | |||
| 525 | 525 | ||
| 526 | /* The underlying features are available only since XP. */ | 526 | /* The underlying features are available only since XP. */ |
| 527 | if (os_subtype == OS_9X | 527 | if (os_subtype == OS_9X |
| 528 | || (w32_major_version == 5 && w32_major_version < 1)) | 528 | || (w32_major_version == 5 && w32_minor_version < 1)) |
| 529 | { | 529 | { |
| 530 | errno = ENOSYS; | 530 | errno = ENOSYS; |
| 531 | report_file_notify_error ("Watching filesystem events is not supported", | 531 | report_file_notify_error ("Watching filesystem events is not supported", |