Skip to content

Commit

Permalink
Backed out commit 80ce90dbc266, this causes Visual Studio build failu…
Browse files Browse the repository at this point in the history
…re on buildbot
  • Loading branch information
slouken committed Jan 2, 2016
1 parent 68a3272 commit e2fd1c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/stdlib/SDL_stdlib.c
Expand Up @@ -275,11 +275,8 @@ int SDL_tolower(int x) { return ((x) >= 'A') && ((x) <= 'Z') ? ('a'+((x)-'A')) :

#ifndef __FLTUSED__
#define __FLTUSED__
/* the multithreaded runtime already includes libcmt.lib - and this symbol is in there. */
#ifndef _MT
__declspec(selectany) int _fltused = 1;
#endif
#endif

/* The optimizer on Visual Studio 2005 and later generates memcpy() calls */
#if (_MSC_VER >= 1400) && defined(_WIN64) && !defined(_DEBUG)
Expand Down

0 comments on commit e2fd1c0

Please sign in to comment.