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. ]
This commit is contained in:
Viktor Szakats
2008-08-28 10:25:28 +00:00
parent be82d17256
commit 47fcd90e00
2 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

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