From: jbollo Date: Wed, 12 Jun 2013 13:45:42 +0000 (+0200) Subject: Pointer handle for 64 bits arch X-Git-Tag: accepted/tizen/20130613.132529~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=171466410c4f958b19ae8b4f60d17df81053b334;p=platform%2Fcore%2Fmultimedia%2Flibmm-common.git Pointer handle for 64 bits arch --- diff --git a/include/mm_types.h b/include/mm_types.h index 37361b7..c08f84a 100644 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -59,7 +59,7 @@ /** * Multimedia Framework handle type. */ -typedef int MMHandleType; /**< Handle type */ +typedef void *MMHandleType; /**< Handle type */ /**