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:
Robert Osfield 2015-04-14 15:50:51 +00:00
parent 87122ca369
commit 3add98180c

View File

@ -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;