1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Include C headers regardless of character encoding selection.

This commit is contained in:
Sandu Liviu Catalin 2018-10-31 17:34:56 +02:00
parent 25bc3ce02c
commit f4c8f42852

View File

@ -28,10 +28,8 @@
#if !defined(_SCRAT_TYPES_H_)
#define _SCRAT_TYPES_H_
#ifdef SQUNICODE
#include <cstdlib>
#include <cstring>
#endif
#ifdef SQMOD_PLUGIN_API
#include <SqAPI.h>