@@ -549,10 +549,11 @@ { return mode; } @end +#ifndef _WIN32 @implementation OFChangeFileOwnerFailedException + newWithClass: (Class)class__ path: (OFString*)path_ owner: (uid_t)owner_ group: (gid_t)group_ @@ -621,10 +622,11 @@ - (gid_t)group { return group; } @end +#endif @implementation OFRenameFileFailedException + newWithClass: (Class)class__ from: (OFString*)from_ to: (OFString*)to_ @@ -742,10 +744,11 @@ { return path; } @end +#ifndef _WIN32 @implementation OFLinkFailedException + newWithClass: (Class)class__ source: (OFString*)src_ destination: (OFString*)dest_ { @@ -871,10 +874,11 @@ - (OFString*)destination { return dest; } @end +#endif @implementation OFSetOptionFailedException - (OFString*)string { if (string != nil)