SDL/src/timer
David Ludwig 8bd7d187f4 WinRT: build fix for Visual C++ 2013 Update 4
Visual C++ 2013 Update 4 re-introduced the Sleep() function to WinRT apps (for
code that targets Windows 8.1 and Windows Phone 8.1).  This led to a build
error, as SDL was defining it's own Sleep() function (to make up for the lack
of a public Sleep() function).  The fix makes sure that SDL's custom Sleep()
function is only used when Windows' Sleep() is not available.

Many thanks go out to Sergiu Marian Gaina for the fix!
2014-11-15 10:12:36 -05:00
..
dummy Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatch 2014-03-01 09:50:52 -08:00
haiku Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatch 2014-03-01 09:50:52 -08:00
psp Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatch 2014-03-01 09:50:52 -08:00
unix Fixed compiler warnings on iOS 2014-07-07 11:00:25 -07:00
windows WinRT: build fix for Visual C++ 2013 Update 4 2014-11-15 10:12:36 -05:00
SDL_timer_c.h Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatch 2014-03-01 09:50:52 -08:00
SDL_timer.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00