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:
Alibek Omarov
2025-10-08 03:48:43 +05:00
parent 1834bd6076
commit a1d3b7d65f
11 changed files with 9 additions and 930 deletions

View File

@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef CVAR
#define CVAR
#include STDINT_H
#include <stdint.h>
#include "xash3d_types.h"
/*

View File

@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef NET_ADR_H
#define NET_ADR_H
#include STDINT_H
#include <stdint.h>
// net.h -- quake's interface to the networking layer
// a1ba: copied from Quake-2/qcommon/qcommon.h and modified to support IPv6