mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-07 13:27:13 +01:00
Include C headers regardless of character encoding selection.
This commit is contained in:
parent
25bc3ce02c
commit
f4c8f42852
@ -28,10 +28,8 @@
|
|||||||
#if !defined(_SCRAT_TYPES_H_)
|
#if !defined(_SCRAT_TYPES_H_)
|
||||||
#define _SCRAT_TYPES_H_
|
#define _SCRAT_TYPES_H_
|
||||||
|
|
||||||
#ifdef SQUNICODE
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SQMOD_PLUGIN_API
|
#ifdef SQMOD_PLUGIN_API
|
||||||
#include <SqAPI.h>
|
#include <SqAPI.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user