add support for JIT compilation
This commit is contained in:
17
lib/lepton/asmjit/asmjit-scope-begin.h
Normal file
17
lib/lepton/asmjit/asmjit-scope-begin.h
Normal file
@ -0,0 +1,17 @@
|
||||
// This file is part of AsmJit project <https://asmjit.com>
|
||||
//
|
||||
// See asmjit.h or LICENSE.md for license and copyright information
|
||||
// SPDX-License-Identifier: Zlib
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma push_macro("min")
|
||||
#pragma push_macro("max")
|
||||
|
||||
#ifdef min
|
||||
#undef min
|
||||
#endif
|
||||
|
||||
#ifdef max
|
||||
#undef max
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user