mapi: fix typo in macro name

Fixes: 5ec140c17b ("mapi: Massage code to allow clang to compile.")
Reported-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Eric Engestrom
2016-07-22 10:24:03 +01:00
committed by Matt Turner
parent 44ef2ce6ec
commit 4da9f7e7ce
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
* Chia-I Wu <olv@lunarg.com>
*/
#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
#define HIDDEN __attribute__((visibility("hidden")))
#else
#define HIDDEN

View File

@@ -27,7 +27,7 @@
#include <string.h>
#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
#define HIDDEN __attribute__((visibility("hidden")))
#else
#define HIDDEN

View File

@@ -25,7 +25,7 @@
* Chia-I Wu <olv@lunarg.com>
*/
#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
#define HIDDEN __attribute__((visibility("hidden")))
#else
#define HIDDEN