mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2026-01-06 12:24:07 +08:00
project: fix building on x86_64
This commit is contained in:
parent
f70181cd56
commit
cabffd1e72
1 changed files with 3 additions and 1 deletions
|
|
@ -996,7 +996,9 @@
|
|||
|
||||
/*#undef HAVE_SIZE_T*/
|
||||
/*#undef NO_SIZE_T*/
|
||||
/* #undef VA_LIST_IS_ARRAY */ /* va_list is an array */
|
||||
#ifdef __x86_64__
|
||||
#define VA_LIST_IS_ARRAY 1 /* va_list is an array */
|
||||
#endif
|
||||
#define GETGROUPS_T int
|
||||
#define GID_T GETGROUPS_T
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue