bandaid win32 lack of strtoull
This commit is contained in:
parent
268864db4d
commit
4ae984efd5
@ -21,6 +21,10 @@
|
||||
#include "sigar_util.h"
|
||||
#include "sigar_ptql.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define strtoull strtoul /*XXX*/
|
||||
#endif
|
||||
|
||||
/* XXX need more specific errors */
|
||||
#define SIGAR_PTQL_MALFORMED_QUERY 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user