@@ -14,10 +14,14 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFObject.h" + +#ifdef OF_WINDOWS +# include +#endif OF_ASSUME_NONNULL_BEGIN @class OFArray OF_GENERIC(ObjectType); @class OFMutableArray OF_GENERIC(ObjectType); @@ -171,10 +175,13 @@ #ifdef __cplusplus extern "C" { #endif extern OFString *of_strerror(int errNo); +#ifdef OF_WINDOWS +extern OFString *of_windows_status_to_string(LSTATUS status); +#endif #ifdef __cplusplus } #endif OF_ASSUME_NONNULL_END