OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stdint.hh
Go to the documentation of this file.
1 #ifdef _MSC_VER
2  #if _MSC_VER >= 1600
3  #include <stdint.h>
4  #else
5  #include <ost/stdint_msc.hh>
6  #endif
7 #else
8 #include <stdint.h>
9 #endif
10