diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 29d273ef00..9b80ec0fc9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-26 22:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/gtwvg/wvgwin.c + ! Removed TREEVIEWITEM structure definition as it is fixed by Przemek. + 2009-02-26 16:10 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/gtwvg/gtwvg.c ! Some refinements is setting Window's style through diff --git a/harbour/contrib/gtwvg/wvgwin.c b/harbour/contrib/gtwvg/wvgwin.c index 6163081941..2f96bba401 100644 --- a/harbour/contrib/gtwvg/wvgwin.c +++ b/harbour/contrib/gtwvg/wvgwin.c @@ -1601,22 +1601,6 @@ HB_FUNC( WVG_TREEVIEW_GETSELECTIONINFO ) // HB_FUNC( WVG_TREEVIEW_ADDITEM ) { - #ifdef UNICODE - typedef struct tagTVINSERTSTRUCTW - { - HTREEITEM hParent; - HTREEITEM hInsertAfter; - TV_ITEMW item; - } TVINSERTSTRUCTW, FAR *LPTVINSERTSTRUCTW; - #else - typedef struct tagTVINSERTSTRUCTA - { - HTREEITEM hParent; - HTREEITEM hInsertAfter; - TV_ITEMA item; - } TVINSERTSTRUCTA, FAR *LPTVINSERTSTRUCTA; - #endif - TVINSERTSTRUCT tvis; LPTSTR text = HB_TCHAR_CONVTO( hb_parc( 3 ) );