From 5a8c51d320e4c9ad274f1135be63483265c64dd5 Mon Sep 17 00:00:00 2001 From: Denton Woods Date: Sat, 17 Dec 2016 19:51:06 -0600 Subject: - Fixed other compilation errors from pull --- DevIL/src-IL/include/il_manip.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DevIL/src-IL/include/il_manip.h b/DevIL/src-IL/include/il_manip.h index 4396d45a..23859781 100644 --- a/DevIL/src-IL/include/il_manip.h +++ b/DevIL/src-IL/include/il_manip.h @@ -28,6 +28,7 @@ ILboolean ilMirrorImage(void); //@JASON New routine created 03/28/2001 //----------------------------------------------- #ifndef NOINLINE +#define INLINE #if defined(_MSC_VER) #pragma warning(push) @@ -35,6 +36,8 @@ ILboolean ilMirrorImage(void); //@JASON New routine created 03/28/2001 #endif ILfloat /*ILAPIENTRY*/ ilFloatToHalfOverflow(); +ILushort ILAPIENTRY ilFloatToHalf(ILuint i); +ILuint ILAPIENTRY ilHalfToFloat(ILushort y); #if defined(_MSC_VER) #pragma warning(pop) -- cgit v1.2.1