Index: src/OFFileManager.m ================================================================== --- src/OFFileManager.m +++ src/OFFileManager.m @@ -925,11 +925,11 @@ destinationPath: destination errNo: errno]; objc_autoreleasePoolPop(pool); } -#else +#elif defined(OF_WINDOWS) - (void)linkItemAtPath: (OFString *)source toPath: (OFString *)destination { void *pool;