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
No related branches found
No related tags found
No related merge requests found
#ifdef _MSC_VER
#include <ost/stdint_msc.hh>
#if _MSC_VER >= 1600
#include <stdint.h>
#else
#include <ost/stdint_msc.hh>
#endif
#else
#include <stdint.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment