mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
librb: define UINT32_MAX for FreeBSD 4.8
This commit is contained in:
parent
87f7632760
commit
7c7cf006ca
1 changed files with 4 additions and 0 deletions
|
@ -203,6 +203,10 @@ char *rb_strerror(int error);
|
|||
#define UINT16_MAX (65535U)
|
||||
#endif
|
||||
|
||||
#ifndef UINT32_MAX
|
||||
#define UINT32_MAX (4294967295U)
|
||||
#endif
|
||||
|
||||
|
||||
typedef void log_cb(const char *buffer);
|
||||
typedef void restart_cb(const char *buffer);
|
||||
|
|
Loading…
Reference in a new issue