mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx: portability - fix __dll_hidden/__hidden typo.
Change-Id: Iccd225d8c77eafdccc7f021809c26843974153e4
This commit is contained in:
parent
3ac2af61aa
commit
b3286bad16
@ -240,9 +240,9 @@
|
||||
|
||||
#ifndef __dll_hidden
|
||||
# if defined(__GNUC__) || __has_attribute(visibility)
|
||||
# define __hidden __attribute__((visibility("hidden")))
|
||||
# define __dll_hidden __attribute__((visibility("hidden")))
|
||||
# else
|
||||
# define __hidden
|
||||
# define __dll_hidden
|
||||
# endif
|
||||
#endif /* __dll_hidden */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user