@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008-2021 Jonathan Schleifer + * Copyright (c) 2008-2022 Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in @@ -15,14 +15,15 @@ #include "config.h" #include "platform.h" -#if defined(OF_WINDOWS) || defined(OF_MSDOS) -# import "platform/windows/OFString+PathAdditions.m" +#if defined(OF_WINDOWS) || defined(OF_MSDOS) || defined(OF_MINT) +# import "platform/Windows/OFString+PathAdditions.m" #elif defined(OF_AMIGAOS) -# import "platform/amiga/OFString+PathAdditions.m" -#elif defined(OF_NINTENDO_3DS) || defined(OF_WII) +# import "platform/AmigaOS/OFString+PathAdditions.m" +#elif defined(OF_NINTENDO_3DS) || defined(OF_WII) || \ + defined(OF_NINTENDO_SWITCH) # import "platform/libfat/OFString+PathAdditions.m" #else -# import "platform/posix/OFString+PathAdditions.m" +# import "platform/POSIX/OFString+PathAdditions.m" #endif