2011-02-06 15:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbfimage/fi_winfu.c
    ! Fixed to define windows specific functions on all platforms 
      (as noop dummies)
This commit is contained in:
Viktor Szakats
2011-02-06 14:30:57 +00:00
parent bb2889df1f
commit 50de1b07d4
2 changed files with 22 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-06 15:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbfimage/fi_winfu.c
! Fixed to define windows specific functions on all platforms
(as noop dummies)
2011-02-06 15:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
+ contrib/hbblat/hbblat.hbx
+ contrib/hbcairo/hbcairo.hbx

View File

@@ -215,4 +215,21 @@ HB_FUNC( FI_WINDRAW )
/* -------------------------------------------------------------------------- */
#else
HB_FUNC( FI_FITOBITMAP )
{
hb_ret();
}
HB_FUNC( FI_BITMAPTOFI )
{
hb_ret();
}
HB_FUNC( FI_WINDRAW )
{
hb_retni( 0 );
}
#endif /* defined( HB_OS_WIN ) */