0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-26 20:38:37 +02:00

rb: define ulong to complement uint.

This commit is contained in:
Jason Volk 2016-08-17 23:37:39 -07:00
parent 13a18ace2b
commit e78103e23b

View file

@ -22,6 +22,9 @@ extern "C" {
#endif
#endif
#ifndef ulong
typedef unsigned long ulong;
#endif
#ifdef __GNUC__
#undef alloca