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:
@@ -17,7 +17,7 @@
|
||||
#define SPRITE_H
|
||||
|
||||
#include "build.h"
|
||||
#include STDINT_H
|
||||
#include <stdint.h>
|
||||
#include "synctype.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user