x86_64 changes :

added atomic*64() functions
use int32 instead of long


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21430 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2007-06-17 10:50:18 +00:00
parent d08caee0a5
commit a3ca7ebc40
7 changed files with 114 additions and 5 deletions
@@ -20,7 +20,7 @@ private:
static void CleanupRegionHorizontal(BRegion &region);
static void SortRects(clipping_rect *rects, long count);
static void SortTrans(long *lptr1, long *lptr2, long count);
static void SortTrans(int32 *lptr1, int32 *lptr2, long count);
static void CopyRegionMore(const BRegion &, BRegion &, long);