Commit 762026ce authored by tbeu's avatar tbeu
Browse files

Avoid inclusion of inttypes.h

 * Instead of inttypes.h it is sufficient to include stdint.h (see http://stackoverflow.com/questions/7597025/difference-between-stdint-h-and-inttypes-h) which is also available on MS Visual Sudio 2010 and later
 * Fix compilation with Borland C/C++ (free command line tools) 5.5: stdint.h and __typeof() are not available
 * Fix compilation with LCC 2.4.1: stdint.h and __typeof() are not available
 * Fix compilation with Open WATCOM 1.3: stdint.h is available, but __typeof() is not
parent 139b7faf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment