summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenton Woods <denton.woods@unt.edu>2016-12-17 19:47:50 -0600
committerDenton Woods <denton.woods@unt.edu>2016-12-17 19:47:50 -0600
commit93e8c25939067600bcde8d4695e9d25a5ea7e169 (patch)
treec5212dc66c3be3bd0bca0ab243ef0859be32503f
parent6d80c3fcf4b29fdec4f583e9d4773142c295e93d (diff)
downloaddevil-93e8c25939067600bcde8d4695e9d25a5ea7e169.tar.gz
- Fixed #endif issue
-rw-r--r--DevIL/src-IL/include/il_manip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/DevIL/src-IL/include/il_manip.h b/DevIL/src-IL/include/il_manip.h
index 514ce5a0..4396d45a 100644
--- a/DevIL/src-IL/include/il_manip.h
+++ b/DevIL/src-IL/include/il_manip.h
@@ -28,8 +28,6 @@ ILboolean ilMirrorImage(void); //@JASON New routine created 03/28/2001
//-----------------------------------------------
#ifndef NOINLINE
-#define INLINE
-#endif
#if defined(_MSC_VER)
#pragma warning(push)