@@ -14,11 +14,12 @@ * file. */ #import "OFException.h" -#if defined(OF_HAVE_SYMLINK) || defined(OF_WINDOWS) +OF_ASSUME_NONNULL_BEGIN + /*! * @class OFCreateSymbolicLinkFailedException \ * OFCreateSymbolicLinkFailedException.h \ * ObjFW/OFCreateSymbolicLinkFailedException.h * @@ -89,6 +90,7 @@ */ - initWithSourcePath: (OFString*)sourcePath destinationPath: (OFString*)destinationPath errNo: (int)errNo; @end -#endif + +OF_ASSUME_NONNULL_END