mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-19 22:10:52 +00:00
Fixed building with Visual Studio 2010
This commit is contained in:
@@ -42,7 +42,7 @@ extern "C" {
|
||||
*/
|
||||
#define SDL_MS_PER_SECOND 1000
|
||||
#define SDL_US_PER_SECOND 1000000
|
||||
#define SDL_NS_PER_SECOND 1000000000LLU
|
||||
#define SDL_NS_PER_SECOND 1000000000LL
|
||||
#define SDL_NS_PER_MS 1000000
|
||||
#define SDL_NS_PER_US 1000
|
||||
#define SDL_MS_TO_NS(MS) (((Uint64)(MS)) * SDL_NS_PER_MS)
|
||||
|
||||
Reference in New Issue
Block a user