Menu

What is stdint.h ?

2009-07-12
2012-11-08
  • Seong-ug Hong

    Seong-ug Hong - 2009-07-12

    djvulibre-3.5.22, gstring.h line 130

    #if !defined(AUTOCONF) || HAVE_STDINT_H
    # include <stdint.h> <-- ?? Cygwin ?
    #elif HAVE_INTTYPES_H
    # include <inttypes.h>
    #endif

    I using
    VC 1.52 and VS 2003 and VS2008

    Thanks, lot.

     
    • Leon Bottou

      Leon Bottou - 2009-07-12

      See http://en.wikipedia.org/wiki/Stdint.h.
      But it seems that MSVC does not yet include this.
      I made small changes in CVS to provide suitable fallbacks.

       

Log in to post a comment.