From Philippe Renon, MingW build fix
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14834 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
87122ca369
commit
3add98180c
@ -20,7 +20,7 @@
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#if !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)
|
||||
#if defined(__MINGW32__) || (!defined(_MSC_VER) || _MSC_VER<1600)
|
||||
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
|
Loading…
Reference in New Issue
Block a user