Merge branch 'doxygenate' into dbus-1.4
[platform/upstream/dbus.git] / tools / dbus-send.c
index dba1924..c7d5090 100644 (file)
 
 #include <dbus/dbus.h>
 
+#ifndef HAVE_STRTOLL
+#undef strtoll
+#define strtoll mystrtoll
+#include "strtoll.c"
+#endif
+
+#ifndef HAVE_STRTOULL
+#undef strtoull
+#define strtoull mystrtoull
+#include "strtoull.c"
+#endif
+
 #ifdef DBUS_WINCE
 #ifndef strdup
 #define strdup _strdup