mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
SDL: Fix link error when vs2019+x64 is used.
This commit is contained in:
@@ -262,6 +262,9 @@ SDL_ScanFloat(const char *text, double *valuep)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER) && !defined(HAVE_MEMSET)
|
||||||
|
__declspec(noinline)
|
||||||
|
#endif
|
||||||
void *
|
void *
|
||||||
SDL_memset(SDL_OUT_BYTECAP(len) void *dst, int c, size_t len)
|
SDL_memset(SDL_OUT_BYTECAP(len) void *dst, int c, size_t len)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user