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 ---------------------------------------- */ /* -------------------------------------------------------------------------- */