# File lib/vendor/windows/lib/rb-fchange/watcher.rb, line 54
    def close
      r = Native.FindCloseChangeNotification(@id)
      #@notifier.remove_watcher(self)
      return if r == 0
      raise SystemCallError.new("Failed to stop watching #{@path.inspect}", r)
    end