Fix Win32 build.

This commit is contained in:
Themaister 2013-12-26 23:04:14 +01:00
parent cf4c68a072
commit fc8ac5618d

View File

@ -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
}