mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix -Wundef in _MSC_VER check.
This commit is contained in:
parent
d4ce47e7fb
commit
17c4b8de5f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
# define JEMALLOC_CXX_THROW
|
||||
#endif
|
||||
|
||||
#if _MSC_VER
|
||||
#if defined(_MSC_VER)
|
||||
# define JEMALLOC_ATTR(s)
|
||||
# define JEMALLOC_ALIGNED(s) __declspec(align(s))
|
||||
# define JEMALLOC_ALLOC_SIZE(s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue