@@ -312,11 +312,11 @@ if (!all && ![files containsObject: fileName]) continue; [missing removeObject: fileName]; -#ifndef _WIN32 +#if !defined(OF_WINDOWS) && !defined(OF_MSDOS) if ([outFileName hasPrefix: @"/"]) { #else if ([outFileName hasPrefix: @"/"] || [outFileName containsString: @":"]) { #endif