From 35e2e62b55598210f6999fc2ea26ff8f41446ffe Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Mon, 16 May 2011 13:07:43 -0400 Subject: Skia Merge (revision 1327) Change-Id: I46f41274d07a3d7bac4728f8841c7f5e89dc9181 --- include/core/SkThread_platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/core/SkThread_platform.h') diff --git a/include/core/SkThread_platform.h b/include/core/SkThread_platform.h index c6fd058..f33f5dc 100644 --- a/include/core/SkThread_platform.h +++ b/include/core/SkThread_platform.h @@ -41,12 +41,12 @@ public: /** Implemented by the porting layer, this function adds 1 to the int specified by the address (in a thread-safe manner), and returns the previous value. */ -int32_t sk_atomic_inc(int32_t* addr); +SK_API int32_t sk_atomic_inc(int32_t* addr); /** Implemented by the porting layer, this function subtracts 1 to the int specified by the address (in a thread-safe manner), and returns the previous value. */ -int32_t sk_atomic_dec(int32_t* addr); +SK_API int32_t sk_atomic_dec(int32_t* addr); class SkMutex { public: -- cgit v1.1