mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 01:13:49 +00:00
Add BASE_ prefix in mem_utils.h header guards.
This commit is contained in:
parent
9a9e40395f
commit
97fadb8eb5
@ -16,8 +16,8 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef MEM_UTILS_H_INCLUDED
|
||||
#define MEM_UTILS_H_INCLUDED
|
||||
#ifndef BASE_MEM_UTILS_H_INCLUDED
|
||||
#define BASE_MEM_UTILS_H_INCLUDED
|
||||
|
||||
char* get_pretty_memory_size(unsigned int memsize, char* buf, unsigned int bufsize);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user