Fixed some bugs with buffers during font building
This commit is contained in:
9
src/dawnshared/util/macro.hpp
Normal file
9
src/dawnshared/util/macro.hpp
Normal file
@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2023 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
|
||||
#define MACRO_STRINGIFY_RAW(x) #x
|
||||
#define MACRO_STRINGIFY(x) MACRO_STRINGIFY_RAW(x)
|
Reference in New Issue
Block a user