project64/Source/Project64-core/N64System/Recompiler/asmjit.h

13 lines
177 B
C

#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