mirror of
https://github.com/love2d/megasource.git
synced 2026-08-18 11:44:19 +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
|
||||
|
||||
#if defined(_MSC_VER) && !defined(HAVE_MEMSET)
|
||||
__declspec(noinline)
|
||||
#endif
|
||||
void *
|
||||
SDL_memset(SDL_OUT_BYTECAP(len) void *dst, int c, size_t len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user