2022-11-07 10:33:32 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define ASMJIT_STATIC
|
|
|
|
|
|
|
|
#ifdef new
|
|
|
|
#pragma push_macro("new")
|
|
|
|
#undef new
|
|
|
|
#include <asmjit\asmjit.h>
|
|
|
|
#pragma pop_macro("new")
|
|
|
|
#else
|
|
|
|
#include <asmjit\asmjit.h>
|
|
|
|
#endif
|
2023-04-05 00:46:21 +00:00
|
|
|
#include <asmjit\a64.h>
|
|
|
|
#include <asmjit\arm.h>
|
|
|
|
#include <asmjit\arm\a64assembler.h>
|