mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-31 20:52:18 +01:00
stdint is gnuc only
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40109
This commit is contained in:
parent
4b048ff0b2
commit
bae2c00808
@ -14,7 +14,9 @@
|
|||||||
* @brief Contains the implementation of the SourceHook API
|
* @brief Contains the implementation of the SourceHook API
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined __GNUC__
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
#include "sourcehook_impl.h"
|
#include "sourcehook_impl.h"
|
||||||
#include "sh_tinyhash.h"
|
#include "sh_tinyhash.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user