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.
This commit is contained in:
Viktor Szakats
2009-03-13 01:19:40 +00:00
parent 2e28a8c3e2
commit 665fbc26db
3 changed files with 13 additions and 2 deletions

View File

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

View File

@@ -57,7 +57,7 @@
#include <commctrl.h>
/*----------------------------------------------------------------------*/
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 ) */

View File

@@ -69,6 +69,8 @@
#include "hbdate.h"
#include "hboo.ch"
#if ! defined( HB_OS_WIN_CE )
#include <windows.h>
#include <ole2.h>
#include <oleauto.h>
@@ -1964,3 +1966,5 @@ OleGetID:
if( bTryDefault == FALSE && pDisp )
pDisp->lpVtbl->Release( pDisp );
}
#endif