mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Remove STDINT_H macro, use stdint.h directly. Compilers and platforms that do not have this header shall provide them on their own.
This commit is contained in:
@@ -15,7 +15,7 @@ GNU General Public License for more details.
|
||||
#ifndef UTFLIB_H
|
||||
#define UTFLIB_H
|
||||
|
||||
#include STDINT_H
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct utfstate_s
|
||||
|
||||
Reference in New Issue
Block a user