From 94df5aa8a3e232d949cbbf49a934df0d22f686dd Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 4 Nov 2010 19:36:51 +0100 Subject: Adding Win MSC patch --- make/stub_includes/egl/KD/kdplatform.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'make/stub_includes/egl') diff --git a/make/stub_includes/egl/KD/kdplatform.h b/make/stub_includes/egl/KD/kdplatform.h index cabcd3ce5..0357b1e2e 100644 --- a/make/stub_includes/egl/KD/kdplatform.h +++ b/make/stub_includes/egl/KD/kdplatform.h @@ -7,8 +7,13 @@ typedef int KDint32; typedef unsigned int KDuint32; +#if defined(_MSC_VER) +typedef signed __int64 KDint64; +typedef unsigned __int64 KDuint64; +#else typedef long long KDint64; typedef unsigned long long KDuint64; +#endif typedef short KDint16; typedef unsigned short KDuint16; typedef unsigned long KDuintptr; -- cgit v1.2.3