Windows x64 support

Fridrich Strba fridrich.strba at bluewin.ch
Thu Apr 29 04:33:13 PDT 2010


Is this modified patch working better?

Cheers

Fridrich

On Thu, 2010-04-29 at 13:03 +0200, Ralf Habacker wrote: 
> 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 
> 
> 
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dbus
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Don-t-truncate-pointers-on-Windows-x64.patch
Type: text/x-patch
Size: 23703 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dbus/attachments/20100429/f99d13bc/attachment-0001.bin>


More information about the dbus mailing list