Build fix
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14934 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -19,22 +19,18 @@
|
||||
#include "json_stream"
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#if defined(__MINGW32__) || (!defined(_MSC_VER) || _MSC_VER<1600)
|
||||
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
typedef signed __int8 int8_t;
|
||||
typedef signed __int16 int16_t;
|
||||
typedef signed __int32 int32_t;
|
||||
|
||||
#if defined(__MINGW32__) || (!defined(_MSC_VER) || _MSC_VER<1600)
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
typedef signed __int8 int8_t;
|
||||
typedef signed __int16 int16_t;
|
||||
typedef signed __int32 int32_t;
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#else
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
class WriteVisitor;
|
||||
|
||||
Reference in New Issue
Block a user