mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
rb: typedef `uint' if necessary.
This commit is contained in:
parent
9835d43977
commit
abf1a5c598
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ extern "C" {
|
|||
typedef unsigned long ulong;
|
||||
#endif
|
||||
|
||||
#ifndef uint
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#undef alloca
|
||||
#define alloca __builtin_alloca
|
||||
|
|
Loading…
Reference in a new issue