mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
Remove underscore prefixes to match c lanuguage standard
This commit is contained in:
parent
fac0d4b409
commit
c19d3a27a8
4 changed files with 8 additions and 8 deletions
|
@ -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_TYPES_H
|
||||
#define __MIMALLOC_TYPES_H
|
||||
#ifndef MIMALLOC_TYPES_H
|
||||
#define MIMALLOC_TYPES_H
|
||||
|
||||
#include <stdlib.h> // size_t etc.
|
||||
#include <stddef.h> // ptrdiff_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue