[Libreoffice] Updated [Patch] new BITxxx functions for ODF 1.2

Dennis E. Hamilton dennis.hamilton at acm.org
Wed Sep 7 09:36:13 PDT 2011


Hmm,    MSC_VER 1600 is VC++ 2010
                1500 is VC++ 2008

I don't have any older versions installed at the moment.  (The enclosed program I used to find these has CRLF for newlines and probably no tabs.)

 - Dennis
                 

-----Original Message-----
From: libreoffice-bounces+dennis.hamilton=acm.org at lists.freedesktop.org [mailto:libreoffice-bounces+dennis.hamilton=acm.org at lists.freedesktop.org] On Behalf Of Regina Henschel
Sent: Wednesday, September 07, 2011 07:58
To: Korrawit Pruegsanusak; libo at pechlaner.at; Thorsten Behrens; libreoffice at lists.freedesktop.org
Subject: Re: [Libreoffice] Updated [Patch] new BITxxx functions for ODF 1.2

Hi Eike,

Eike Rathke schrieb:
> Hi Regina,
>
> On Wednesday, 2011-09-07 15:04:47 +0200, Regina Henschel wrote:
>
>> I see a lot of sal_uInt64 in the code. Is that supported for
>> Windows? As far as I know at least the MSVC Express has only 4Byte
>> long.
>
> Umm.. now that you mention.. sal/inc/sal/types.h has
>
> #if (_MSC_VER>= 1000)
>      typedef __int64                  sal_Int64;
>      typedef unsigned __int64         sal_uInt64;
>
> so what evaluates _MSC_VER to in MSVCE?

How can I get that information?

In Env.Host.sh I get the lines:
SIZEOF_SHORT="2"
SIZEOF_INT="4"
SIZEOF_LONG="4"
SIZEOF_LONGLONG="8"
SIZEOF_POINTER="4"


Kind regards
Regina
_______________________________________________
LibreOffice mailing list
LibreOffice at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: showdefs.c
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110907/3d53d8be/attachment.c>


More information about the LibreOffice mailing list