On Mon, 9 Sep 2013, Jed Brown wrote: > Satish Balay <[email protected]> writes: > >> Yes, but they are supporting select C99 features. > > > > I see stdint.h missing from VC2005 - but present in VC2010 > > And here is a BSD-licensed drop-in stdint.h. > > http://msinttypes.googlecode.com/svn/trunk/stdint.h > > > We could even have a --download-stdint.h for people using VC2005.
I think the current approach is simpler.. if !defined(PETSC_HAVE_STDINT_H) && defined(PETSC_HAVE___INT64) typedef __int64 ..... Satish
