Fixed missing includes in MSVC caused by the deletion of stdint.h

This commit is contained in:
Marko Viitanen 2014-02-04 17:23:50 +02:00
parent cb611797b3
commit a4cd709fc7

View file

@ -28,13 +28,9 @@
* so that any file can refer to integer types with exact widths.
*/
#ifdef _MSC_VER
#include "../include/stdint.h"
#else
#include <stdint.h>
#include <stdio.h>
#include <limits.h>
#endif
#include <stdint.h>
#include <stdio.h>
#include <limits.h>
#if _MSC_VER && _M_AMD64
#define X86_64