This commit is contained in:
root 2024-04-24 14:36:55 +08:00
parent 54f15d0c40
commit 9abf8aa3a4
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,9 @@
//
// See asmjit.h or LICENSE.md for license and copyright information
// SPDX-License-Identifier: Zlib
#ifndef defined SIZE_MAX
#define SIZE_MAX (4294967295U)
#endif
#ifndef ASMJIT_ARM_A64ARCHTRAITS_P_H_INCLUDED
#define ASMJIT_ARM_A64ARCHTRAITS_P_H_INCLUDED

View File

@ -2,7 +2,9 @@
//
// See asmjit.h or LICENSE.md for license and copyright information
// SPDX-License-Identifier: Zlib
#ifndef defined SIZE_MAX
#define SIZE_MAX (4294967295U)
#endif
#ifndef ASMJIT_ARM_ARMCOMPILER_H_INCLUDED
#define ASMJIT_ARM_ARMCOMPILER_H_INCLUDED