X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Flibretro.c;h=5bc544380aa6eaced1b5cfa425810bf968531d98;hp=b636f498a3b39daf3988bdb5713ced7ddc5f2e6b;hb=003cfc63c69b3e900de768317354dfb80bbf6a55;hpb=3aba41853f8dc014ff61e05e8a2c616d89f88715 diff --git a/frontend/libretro.c b/frontend/libretro.c index b636f498..5bc54438 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1,5 +1,5 @@ /* - * (C) notaz, 2012 + * (C) notaz, 2012,2014,2015 * * This work is licensed under the terms of the GNU GPLv2 or later. * See the COPYING file in the top-level directory. @@ -602,7 +602,7 @@ static void extract_directory(char *buf, const char *path, size_t size) } } -#ifdef __QNX__ +#if defined(__QNX__) || defined(_WIN32) /* Blackberry QNX doesn't have strcasestr */ /*