Merge 47f9709271 into 05840c74e6
This commit is contained in:
commit
c0000c77c0
|
|
@ -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