summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bitmap.h b/bitmap.h
index 09696f5..adef9ef 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -1,11 +1,13 @@
/*
- * $Id: bitmap.h,v 1.1.1.1 2004/05/23 00:08:03 lordjaxom Exp $
+ * $Id: bitmap.h,v 1.3 2004/05/31 19:54:12 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_BITMAP_H
#define VDR_TEXT2SKIN_BITMAP_H
+#define __STL_CONFIG_H
#include <vdr/osd.h>
+#undef __STL_CONFIG_H
class cText2SkinBitmap: public cBitmap {
public:
@@ -14,7 +16,7 @@ public:
virtual ~cText2SkinBitmap();
bool Load(const char *Filename);
-#ifdef HAVE_IMLIB
+#ifdef HAVE_IMLIB2
bool LoadPng(const char *Filename);
#endif
};