aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
diff options
context:
space:
mode:
authornotaz2015-01-03 02:22:14 +0200
committernotaz2015-01-03 02:25:30 +0200
commit003cfc63c69b3e900de768317354dfb80bbf6a55 (patch)
treeaf0c284d996d5969731337244b18b55facea5e08 /frontend/libretro.c
parent3aba41853f8dc014ff61e05e8a2c616d89f88715 (diff)
downloadpcsx_rearmed-003cfc63c69b3e900de768317354dfb80bbf6a55.tar.gz
pcsx_rearmed-003cfc63c69b3e900de768317354dfb80bbf6a55.tar.bz2
pcsx_rearmed-003cfc63c69b3e900de768317354dfb80bbf6a55.zip
mingw build fixes
Diffstat (limited to 'frontend/libretro.c')
-rw-r--r--frontend/libretro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index b636f49..5bc5443 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 */
/*