mirror of https://github.com/x64dbg/zydis
fixed build with clang (again..)
This commit is contained in:
parent
7e61d260df
commit
a4b07c6f83
|
@ -42,7 +42,7 @@
|
|||
#ifdef _MSC_VER
|
||||
# define VX_INLINE __inline
|
||||
#else
|
||||
# define VX_INLINE extern inline
|
||||
# define VX_INLINE static inline
|
||||
#endif
|
||||
|
||||
#endif /* _VDE_VXINTERNALCONFIG_H_ */
|
||||
#endif /* _VDE_VXINTERNALCONFIG_H_ */
|
||||
|
|
Loading…
Reference in New Issue