From 47fcd90e00f7398b0e13e5366a081a6be3b5d084 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 28 Aug 2008 10:25:28 +0000 Subject: [PATCH] 2008-08-28 12:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbfimage/fi_winfu.c ! Added CBM_INIT definition for Pellec C in WinCE mode. [UNDONE. CreateDIBitmap() also doesn't exist in WinCE. ] --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbfimage/fi_winfu.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 574355daae..7efa3b26a6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-08-28 12:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbfimage/fi_winfu.c + ! Added CBM_INIT definition for Pellec C in WinCE mode. + [UNDONE. CreateDIBitmap() also doesn't exist in WinCE. ] + 2008-08-28 12:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.bat * Updated usage text. diff --git a/harbour/contrib/hbfimage/fi_winfu.c b/harbour/contrib/hbfimage/fi_winfu.c index 63cea8bb15..ae2d51ae10 100644 --- a/harbour/contrib/hbfimage/fi_winfu.c +++ b/harbour/contrib/hbfimage/fi_winfu.c @@ -73,11 +73,6 @@ #include "FreeImage.h" -/* Needed for POCC 5.0 / WinCE */ -#ifndef CBM_INIT - #define CBM_INIT 2 -#endif - /* -------------------------------------------------------------------------- */ /* Convert from FreeImage to HBITMAP ---------------------------------------- */ /* -------------------------------------------------------------------------- */