summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbollo <jose.bollo@eurogiciel.fr>2013-06-12 15:45:42 +0200
committerjbollo <jose.bollo@eurogiciel.fr>2013-06-12 15:45:42 +0200
commit171466410c4f958b19ae8b4f60d17df81053b334 (patch)
tree1874752bbe90457e4872c9ae7cbd2b0428fe66dd
parentf5b966a9ef6c8c7613e14ce155d1fd8871d1229d (diff)
downloadlibmm-common-171466410c4f958b19ae8b4f60d17df81053b334.tar.gz
libmm-common-171466410c4f958b19ae8b4f60d17df81053b334.tar.bz2
libmm-common-171466410c4f958b19ae8b4f60d17df81053b334.zip
Pointer handle for 64 bits arch
-rw-r--r--include/mm_types.h2
1 files changed, 1 insertions, 1 deletions
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 */
/**