diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c2d4b52a46..65d2a89504 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-13 02:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbwin/wapi_commctrl.c + ! Fix to prev commit. + + * contrib/hbwin/win_ole.c + ! Disabled whole code for WinCE. + 2009-03-13 01:45 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwin/wapi_commctrl.c * contrib/hbwin/wapi_winuser.c diff --git a/harbour/contrib/hbwin/wapi_commctrl.c b/harbour/contrib/hbwin/wapi_commctrl.c index 2c92662c9b..5717e4808d 100644 --- a/harbour/contrib/hbwin/wapi_commctrl.c +++ b/harbour/contrib/hbwin/wapi_commctrl.c @@ -57,7 +57,7 @@ #include /*----------------------------------------------------------------------*/ - BEGIN - ImageList_* - API +/* BEGIN - ImageList_* - API */ /*----------------------------------------------------------------------*/ /* int ImageList_Add( HIMAGELIST himl, HBITMAP hbmImage, HBITMAP hbmMask ); @@ -466,7 +466,7 @@ HB_FUNC( WAPI_IMAGELIST_WRITEEX ) /*----------------------------------------------------------------------*/ - Tab Control Macros +/* Tab Control Macros */ /*----------------------------------------------------------------------*/ /* Wapi_TabCtrl_InsertItem( hWndTab, nInsertPos, cText, iImageListIndex ) */ diff --git a/harbour/contrib/hbwin/win_ole.c b/harbour/contrib/hbwin/win_ole.c index d15e94af41..4282c2aab9 100644 --- a/harbour/contrib/hbwin/win_ole.c +++ b/harbour/contrib/hbwin/win_ole.c @@ -69,6 +69,8 @@ #include "hbdate.h" #include "hboo.ch" +#if ! defined( HB_OS_WIN_CE ) + #include #include #include @@ -1964,3 +1966,5 @@ OleGetID: if( bTryDefault == FALSE && pDisp ) pDisp->lpVtbl->Release( pDisp ); } + +#endif