First commit for SDL atomic operations.

On my linux box it compiles and installs correctly and testatomic runs without errors.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403638
This commit is contained in:
Bob Pendleton 2009-06-09 17:33:44 +00:00
parent d083f30b19
commit d813a7eac5
11 changed files with 755 additions and 2 deletions

View file

@ -38,6 +38,7 @@ typedef unsigned long uintptr_t;
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
#define SIZEOF_VOIDP 4
#define SDL_HAS_64BIT_TYPE 1
/* Use Watcom's LIBC */