mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
some systems define this
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1684 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5f8da61fdd
commit
0a05597900
@ -79,8 +79,12 @@ xaccMallocQuery (void)
|
||||
|
||||
static int Sort_DATE_NUM_AMOUNT (Split **, Split **);
|
||||
|
||||
#ifndef LONG_LONG_MAX
|
||||
#define LONG_LONG_MAX 0x7fffffffffffffffLL
|
||||
#endif
|
||||
#ifndef LONG_LONG_MIN
|
||||
#define LONG_LONG_MIN (- (0x7fffffffffffffffLL) -1)
|
||||
#endif
|
||||
|
||||
void
|
||||
xaccInitQuery (Query *q)
|
||||
|
Loading…
Reference in New Issue
Block a user