On 24/06/07, Alex Burger <[EMAIL PROTECTED]> wrote:
> Patch 1728247 added to types.h:
>
> #ifndef HAVE_INTMAX_T
> #ifdef SIZEOF_LONG_LONG
> typedef long long int intmax_t;
> #else
> typedef long      intmax_t;
> #endif
> #endif


> This will not compile with MSVC 6 as *long long* and *unsigned long
> long* are not supported.

Does such a setup define "SIZEOF_LONG_LONG" ?
If so where?  (And *why*?!)

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to