summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Campbell <ben@scumways.com>2016-07-03 22:01:09 +1200
committerBen Campbell <ben@scumways.com>2016-07-03 22:01:09 +1200
commit44ffec9bbd347a1f7add0b0755b93bfa27313b81 (patch)
tree5ee2003a8cc4d613b0f3884ad1f1bb6eff8f5f5f
parent96d0981f4d40c405531d40158d7f0696ef4a7dfe (diff)
downloaddevil-44ffec9bbd347a1f7add0b0755b93bfa27313b81.tar.gz
fix multi IL_NO_WDP define (use one in config.h)
-rw-r--r--DevIL/src-IL/include/il_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/DevIL/src-IL/include/il_internal.h b/DevIL/src-IL/include/il_internal.h
index 698c03d7..5f001708 100644
--- a/DevIL/src-IL/include/il_internal.h
+++ b/DevIL/src-IL/include/il_internal.h
@@ -46,11 +46,6 @@ extern "C" {
#include "il_endian.h"
#include "il_manip.h"
-#ifndef _WIN32
- // The Microsoft HD Photo Device Porting Kit has not been ported to anything other
- // than Windows yet, so we disable this if Windows is not the current platform.
- #define IL_NO_WDP
-#endif//_WIN32
// If we do not want support for game image formats, this define removes them all.
#ifdef IL_NO_GAMES