Update libretro-common
This commit is contained in:
parent
d561c7ff2d
commit
7c41e298a2
|
@ -24,8 +24,6 @@
|
||||||
|
|
||||||
#include <compat/posix_string.h>
|
#include <compat/posix_string.h>
|
||||||
|
|
||||||
#include <retro_assert.h>
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
#undef strcasecmp
|
#undef strcasecmp
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* THIS FILE HAS NOT BEEN VALIDATED ON PLATFORMS BESIDES MSVC */
|
/* THIS FILE HAS NOT BEEN VALIDATED ON PLATFORMS BESIDES MSVC */
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
|
||||||
#include <retro_common.h>
|
#include <retro_common.h>
|
||||||
|
|
||||||
|
@ -56,3 +57,4 @@ int c99_snprintf_retro__(char *outBuf, size_t size, const char *format, ...)
|
||||||
|
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include <compat/strcasestr.h>
|
#include <compat/strcasestr.h>
|
||||||
#include <retro_assert.h>
|
|
||||||
|
|
||||||
/* Pretty much strncasecmp. */
|
/* Pretty much strncasecmp. */
|
||||||
static int casencmp(const char *a, const char *b, size_t n)
|
static int casencmp(const char *a, const char *b, size_t n)
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
#include <compat/strl.h>
|
#include <compat/strl.h>
|
||||||
#include <compat/posix_string.h>
|
#include <compat/posix_string.h>
|
||||||
|
|
||||||
#include <retro_assert.h>
|
|
||||||
|
|
||||||
/* Implementation of strlcpy()/strlcat() based on OpenBSD. */
|
/* Implementation of strlcpy()/strlcat() based on OpenBSD. */
|
||||||
|
|
||||||
#ifndef __MACH__
|
#ifndef __MACH__
|
||||||
|
|
Loading…
Reference in New Issue