Fixed am50731 - compiler crash when amxmisc is included before amxmodx
This commit is contained in:
parent
d45c3aeb96
commit
4f81c50a3e
|
@ -11,6 +11,14 @@
|
||||||
#endif
|
#endif
|
||||||
#define _amxmisc_included
|
#define _amxmisc_included
|
||||||
|
|
||||||
|
#if !defined _amxmodx_included
|
||||||
|
#if defined AMXMOD_BCOMPAT
|
||||||
|
#include <amxmod>
|
||||||
|
#else
|
||||||
|
#include <amxmodx>
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined AMXMOD_BCOMPAT
|
#if defined AMXMOD_BCOMPAT
|
||||||
#if defined _translator_included
|
#if defined _translator_included
|
||||||
#define SIMPLE_T(%1) _T(%1)
|
#define SIMPLE_T(%1) _T(%1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user