mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Backed out commit 80ce90dbc266, this causes Visual Studio build failure on buildbot
This commit is contained in:
parent
68a3272852
commit
e2fd1c0fe3
@ -275,11 +275,8 @@ int SDL_tolower(int x) { return ((x) >= 'A') && ((x) <= 'Z') ? ('a'+((x)-'A')) :
|
|||||||
|
|
||||||
#ifndef __FLTUSED__
|
#ifndef __FLTUSED__
|
||||||
#define __FLTUSED__
|
#define __FLTUSED__
|
||||||
/* the multithreaded runtime already includes libcmt.lib - and this symbol is in there. */
|
|
||||||
#ifndef _MT
|
|
||||||
__declspec(selectany) int _fltused = 1;
|
__declspec(selectany) int _fltused = 1;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/* The optimizer on Visual Studio 2005 and later generates memcpy() calls */
|
/* The optimizer on Visual Studio 2005 and later generates memcpy() calls */
|
||||||
#if (_MSC_VER >= 1400) && defined(_WIN64) && !defined(_DEBUG)
|
#if (_MSC_VER >= 1400) && defined(_WIN64) && !defined(_DEBUG)
|
||||||
|
Loading…
Reference in New Issue
Block a user