add stdint.h fallback (vs 2008)

This commit is contained in:
Henning Peters 2016-04-29 00:08:14 +02:00
parent 2bf34687ea
commit fac209cb7e

View File

@ -30,8 +30,6 @@
// //
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#include <stdint.h>
#ifndef _MSC_VER // [ #ifndef _MSC_VER // [
#error "Use this header only with Microsoft Visual C++ compilers!" #error "Use this header only with Microsoft Visual C++ compilers!"
#endif // _MSC_VER ] #endif // _MSC_VER ]