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…
Reference in New Issue