diff options
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r-- | include/mimalloc-internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h index 160716d..97abb4a 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -5,8 +5,8 @@ terms of the MIT license. A copy of the license can be found in the file "LICENSE" at the root of this distribution. -----------------------------------------------------------------------------*/ #pragma once -#ifndef __MIMALLOC_INTERNAL_H -#define __MIMALLOC_INTERNAL_H +#ifndef MIMALLOC_INTERNAL_H +#define MIMALLOC_INTERNAL_H #include "mimalloc-types.h" |