try to fix MAC compilation #40

This commit is contained in:
Garux 2020-04-04 20:46:04 +03:00
parent 85e5807397
commit ab80efd198

View File

@ -46,7 +46,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define Com_Memcpy memcpy #define Com_Memcpy memcpy
#define Q_vsnprintf vsnprintf #define Q_vsnprintf vsnprintf
#define Com_sprintf sprintf #define Com_sprintf sprintf
#if defined __linux__ #if defined ( __linux__ ) || defined ( __APPLE__ )
#define stricmp strcasecmp #define stricmp strcasecmp
#endif #endif
// _ML_ added end // _ML_ added end