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