00001 #ifdef _MSC_VER 00002 #if _MSC_VER >= 1600 00003 #include <stdint.h> 00004 #else 00005 #include <ost/stdint_msc.hh> 00006 #endif 00007 #else 00008 #include <stdint.h> 00009 #endif 00010