Pārlūkot izejas kodu

Adapted included to allow compiling with Visual Studio 2010

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@898 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
ulfjorensen 14 gadi atpakaļ
vecāks
revīzija
0d5ac4725a
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 2 3
      code/AssimpPCH.h

+ 2 - 3
code/AssimpPCH.h

@@ -54,9 +54,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
  */
 #include "../include/aiDefines.h"
 #include "../include/aiDefines.h"
 
 
-/* Include our stdint.h replacement header for MSVC, take the global header for gcc/mingw
- */
-#ifdef _MSC_VER
+// Include our stdint.h replacement header for MSVC, take the global header for gcc/mingw
+#if defined( _MSC_VER) && (_MSC_VER < 1600)
 #	include "pstdint.h"
 #	include "pstdint.h"
 #else
 #else
 #	include <stdint.h>
 #	include <stdint.h>