bandaid win32 lack of strtoull

This commit is contained in:
Doug MacEachern 2006-12-31 00:21:27 +00:00
parent 268864db4d
commit 4ae984efd5

View File

@ -21,6 +21,10 @@
#include "sigar_util.h" #include "sigar_util.h"
#include "sigar_ptql.h" #include "sigar_ptql.h"
#ifdef WIN32
#define strtoull strtoul /*XXX*/
#endif
/* XXX need more specific errors */ /* XXX need more specific errors */
#define SIGAR_PTQL_MALFORMED_QUERY 1 #define SIGAR_PTQL_MALFORMED_QUERY 1