summaryrefslogtreecommitdiff
path: root/DevIL/projects/msvc9/gdi+/DevIL-GDI+.h
diff options
context:
space:
mode:
Diffstat (limited to 'DevIL/projects/msvc9/gdi+/DevIL-GDI+.h')
-rw-r--r--DevIL/projects/msvc9/gdi+/DevIL-GDI+.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/DevIL/projects/msvc9/gdi+/DevIL-GDI+.h b/DevIL/projects/msvc9/gdi+/DevIL-GDI+.h
deleted file mode 100644
index 1203db93..00000000
--- a/DevIL/projects/msvc9/gdi+/DevIL-GDI+.h
+++ /dev/null
@@ -1,30 +0,0 @@
-//-----------------------------------------------------------------------------
-//
-// DevIL GDI+ Sources
-// Copyright (C) 2000-2002 by Denton Woods
-// Last modified: 02/13/2001 <--Y2K Compliant! =]
-//
-// Filename: gdi+/devil-gdi+.h
-//
-// Description: GDI+ CBitmap loading routines
-//
-//-----------------------------------------------------------------------------
-
-
-#ifndef __gdi_il_h_
-#ifndef __GDI_IL_H__
-
-#define __gdi_il_h_
-#define __GDI_IL_H__
-
-#include <windows.h>
-#include <shlobj.h> // Needed to #include <Gdiplus.h>
-#include <Gdiplus.h>
-#include <IL/ilut.h>
-using namespace Gdiplus;
-
-Bitmap *ilutConvertToBitmap();
-Bitmap *ilutGDILoadImage(const ILstring FileName);
-
-#endif // __GDI_IL_H__
-#endif // __gdi_il_h__