Fixed am50731 - compiler crash when amxmisc is included before amxmodx

This commit is contained in:
Steve Dudenhoeffer 2007-02-19 07:03:26 +00:00
parent d45c3aeb96
commit 4f81c50a3e

View File

@ -11,6 +11,14 @@
#endif
#define _amxmisc_included
#if !defined _amxmodx_included
#if defined AMXMOD_BCOMPAT
#include <amxmod>
#else
#include <amxmodx>
#endif
#endif
#if defined AMXMOD_BCOMPAT
#if defined _translator_included
#define SIMPLE_T(%1) _T(%1)