Skip to content
Snippets Groups Projects
Commit 5b7e307e authored by Andreas Schenk's avatar Andreas Schenk
Browse files

using system stdint header for vs c++ 2010

parent bc5d8352
Branches
Tags
No related merge requests found
#ifdef _MSC_VER #ifdef _MSC_VER
#include <ost/stdint_msc.hh> #if _MSC_VER >= 1600
#include <stdint.h>
#else
#include <ost/stdint_msc.hh>
#endif
#else #else
#include <stdint.h> #include <stdint.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment