On Sun, 2010-10-17 at 11:34 +0200, Bart Van Assche wrote: > On Sun, Oct 17, 2010 at 10:30 AM, Magnus Fromreide > <[email protected]> wrote: > > [ ... ] > > > At the very least it is MSVC that should be treated specially > and not > GCC, why do you have an > > #if defined(__GNUC__) > > to handle windows oddities? > > That was implemented that way because you changed uintptr_t into > unsigned long for GCC only in r18052.
I did that since recent glibc is changed so that only the definitions that should be added by each header are inserted when that header is included and I wanted to avoid another include. In retrospect it would have been better to add the include as you have done now. I also have a final stupid question: You moved the size test for netsnmp_uintptr_t to win32/net-snmp/net-snmp-config.h but it looks like that type is no longer defined so how should that work? /MF ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
