diff options
author | David Ludwig <dludwig@pobox.com> | 2013-02-23 20:01:46 -0500 |
---|---|---|
committer | David Ludwig <dludwig@pobox.com> | 2013-02-23 20:01:46 -0500 |
commit | db53df0697ddf7b560f63c20d9afe44d3272f18d (patch) | |
tree | e468426f94ab71c8cfe75d6691ac1d15c86a3c76 /src/atomic | |
parent | b92910fe9c0a2b35383e6c03c81b02a5dad79a66 (diff) | |
parent | a65e5a3850aacacc3700c1e615e1d774f9f10e70 (diff) |
WinRT: merged with latest, official, SDL 2.x code
Diffstat (limited to 'src/atomic')
-rw-r--r-- | src/atomic/SDL_atomic.c | 2 | ||||
-rw-r--r-- | src/atomic/SDL_spinlock.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/atomic/SDL_atomic.c b/src/atomic/SDL_atomic.c index d8be4c89dc..34a298edc7 100644 --- a/src/atomic/SDL_atomic.c +++ b/src/atomic/SDL_atomic.c @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/atomic/SDL_spinlock.c b/src/atomic/SDL_spinlock.c index 478335c33d..dda01f7e37 100644 --- a/src/atomic/SDL_spinlock.c +++ b/src/atomic/SDL_spinlock.c @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages |