Clangformat
This commit is contained in:
committed by
David Chisnall
parent
9104f81285
commit
7a9ce97166
@@ -7,13 +7,13 @@
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# define NOMINMAX
|
||||
# include <windows.h>
|
||||
// VirtualAlloc2 is exposed in RS5 headers.
|
||||
// VirtualAlloc2 is exposed in RS5 headers.
|
||||
# ifdef NTDDI_WIN10_RS5
|
||||
# if (NTDDI_VERSION >= NTDDI_WIN10_RS5) && (WINVER >= _WIN32_WINNT_WIN10)\
|
||||
&& !defined(USE_SYSTEMATIC_TESTING)
|
||||
# define PLATFORM_HAS_VIRTUALALLOC2
|
||||
# endif
|
||||
# endif
|
||||
# if (NTDDI_VERSION >= NTDDI_WIN10_RS5) && \
|
||||
(WINVER >= _WIN32_WINNT_WIN10) && !defined(USE_SYSTEMATIC_TESTING)
|
||||
# define PLATFORM_HAS_VIRTUALALLOC2
|
||||
# endif
|
||||
# endif
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user