13 lines
177 B
C
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
|