fix mingw build

develop
Petr Mrázek 2009-10-23 14:21:56 +00:00
parent e637488cbd
commit 1ac83c8a0f
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ Visual Studio doesn't have stdint.h
stdint.h is part of the C99 standard. It's ancient and simply should be there. FAIL stdint.h is part of the C99 standard. It's ancient and simply should be there. FAIL
*/ */
#ifdef LINUX_BUILD #ifndef _MSC_VER
#include <stdint.h> #include <stdint.h>
#else #else
#include <stdint_win.h> #include <stdint_win.h>