mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Define __STDC_LIMIT_MACROS for INT32_MAX in C++
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
#ifndef MRUBYCONF_H
|
||||
#define MRUBYCONF_H
|
||||
|
||||
#if defined(__cplusplus)
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
/* configuration options: */
|
||||
|
||||
Reference in New Issue
Block a user