mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
_bswap may be already defined.
This commit is contained in:
parent
ff5170d0e9
commit
34a6fe7055
@ -16,7 +16,9 @@
|
||||
#else
|
||||
# ifndef _MSC_VER
|
||||
# include <byteswap.h>
|
||||
# define _bswap(x) bswap_32(x)
|
||||
# ifndef _bswap
|
||||
# define _bswap(x) bswap_32(x)
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user