diff options
Diffstat (limited to 'src/mapi/entry_x86_tsd.h')
-rw-r--r-- | src/mapi/entry_x86_tsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/entry_x86_tsd.h b/src/mapi/entry_x86_tsd.h index 03d973520fe..0c28c8ff068 100644 --- a/src/mapi/entry_x86_tsd.h +++ b/src/mapi/entry_x86_tsd.h @@ -25,7 +25,7 @@ * Chia-I Wu <[email protected]> */ -#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY +#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY #define HIDDEN __attribute__((visibility("hidden"))) #else #define HIDDEN |