mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
rb: define ulong to complement uint.
This commit is contained in:
parent
13a18ace2b
commit
e78103e23b
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef ulong
|
||||
typedef unsigned long ulong;
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#undef alloca
|
||||
|
|
Loading…
Reference in a new issue