mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix last commit
This commit is contained in:
parent
a41354f3f7
commit
7987b71a9d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#ifndef __CONFIG_TYPES_H__
|
||||
#define __CONFIG_TYPES_H__
|
||||
|
||||
/* #define INCLUDE_INTTYPES_H */
|
||||
#define INCLUDE_STDINT_H
|
||||
/* #define INCLUDE_SYS_TYPES_H */
|
||||
/* #define INCLUDE_INTTYPES_H 1 */
|
||||
#define INCLUDE_STDINT_H 1
|
||||
/* #define INCLUDE_SYS_TYPES_H 1 */
|
||||
|
||||
#if INCLUDE_INTTYPES_H
|
||||
# include <inttypes.h>
|
||||
|
|
Loading…
Reference in a new issue