mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 21:40:40 +00:00
Fix Win32 build.
This commit is contained in:
parent
cf4c68a072
commit
fc8ac5618d
@ -28,10 +28,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern char *strcasestr(const char *haystack, const char *needle);
|
||||
|
||||
// Avoid possible naming collisions during link since we prefer to use the actual name.
|
||||
#define strcasestr(haystack, needle) strcasestr_rarch__(haystack, needle)
|
||||
char *strcasestr(const char *haystack, const char *needle);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user