From 9d6ad5ef05dbc4f0edd2fd7c50c6c0d3a9ec3424 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Fri, 27 Feb 2009 06:53:21 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/contrib/gtwvg/wvgwin.c | 16 ---------------- 2 files changed, 4 insertions(+), 16 deletions(-) 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 ) );