Windows x64 support
Ralf Habacker
ralf.habacker at freenet.de
Thu Apr 29 04:03:49 PDT 2010
Fridrich Strba schrieb:
> Hello, good people,
>
> This is not a definite proposal. Just one of the ways to not truncate
> pointers for windows 64-bits. I built it also on linux x86_64 and run
> make check and it looks ok.
>
> I would appreciate you commenting on this one.
>
I get compile errors on msvc 2008
diff --git a/dbus/dbus-types.h b/dbus/dbus-types.h
index 54f348f..0f2bbb9 100644
--- a/dbus/dbus-types.h
+++ b/dbus/dbus-types.h
@@ -28,6 +28,7 @@
#define DBUS_TYPES_H
#include <stddef.h>
+#include <stdint.h>
#include <dbus/dbus-arch-deps.h>
stdint.h is not available on msvc < 2010
dbus could be compiled on msvc 2008 without problems without stdint.h
Regards
Ralf
More information about the dbus
mailing list