@@ -262,18 +262,20 @@ */ - (void)createSymbolicLinkAtPath: (OFString*)destination withDestinationPath: (OFString*)source; #endif -#if defined(OF_HAVE_READLINK) +#if defined(OF_HAVE_READLINK) || defined(OF_WINDOWS) /*! * @brief Returns the destination of the symbolic link at the specified path. * * @param path The path to the symbolic link + * + * @note On Windows, at least Windows Vista is required. * * @return The destination of the symbolic link at the specified path */ - (OFString*)destinationOfSymbolicLinkAtPath: (OFString*)path; #endif @end OF_ASSUME_NONNULL_END