Update xdb_searcher.h
build error on high version of linux
This commit is contained in:
parent
76ac73d972
commit
47f9709271
|
|
@ -17,7 +17,7 @@
|
|||
# define XDB_PUBLIC(type) extern __declspec(dllexport) type
|
||||
# define XDB_PRIVATE(type) static type
|
||||
# define XDB_WINDOWS
|
||||
#elif ( defined(linux) || defined(_UNIX) )
|
||||
#elif ( defined(__linux__) || defined(_UNIX) )
|
||||
# define XDB_PUBLIC(type) extern type
|
||||
# define XDB_PRIVATE(type) static inline type
|
||||
# define XDB_LINUX
|
||||
|
|
|
|||
Loading…
Reference in New Issue