Fixes: 5ec140c17b54c2592009 ("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>
* Chia-I Wu <olv@lunarg.com>
*/
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
#define HIDDEN __attribute__((visibility("hidden")))
#else
#define HIDDEN
#include <string.h>
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
#define HIDDEN __attribute__((visibility("hidden")))
#else
#define HIDDEN
* Chia-I Wu <olv@lunarg.com>
*/
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
#define HIDDEN __attribute__((visibility("hidden")))
#else
#define HIDDEN