mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-01-13 23:28:23 +03:00
Fix compilation
This commit is contained in:
parent
ad43c00200
commit
d1d2a9b755
@ -117,7 +117,7 @@
|
|||||||
#define JITASM_TRACE jitasm::detail::Trace
|
#define JITASM_TRACE jitasm::detail::Trace
|
||||||
#endif
|
#endif
|
||||||
#elif defined(JITASM_GCC)
|
#elif defined(JITASM_GCC)
|
||||||
#define JITASM_TRACE(...) (()0)
|
#define JITASM_TRACE(...) ((void)0)
|
||||||
#else
|
#else
|
||||||
#define JITASM_TRACE __noop
|
#define JITASM_TRACE __noop
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <util.h>
|
||||||
|
#include <dllapi.h>
|
||||||
|
#include <plinfo.h>
|
||||||
|
|
||||||
// max buffer size for printed messages
|
// max buffer size for printed messages
|
||||||
#define MAX_LOGMSG_LEN 1024
|
#define MAX_LOGMSG_LEN 1024
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user