Hi Pritpal,
You've readded the Windows struct redefinitions which aren't
needed anymore after the last fixes from Przemek.

Did you mean that, or was it by accident?

---
Modified: trunk/harbour/contrib/gtwvg/wvgwin.c
===================================================================
--- trunk/harbour/contrib/gtwvg/wvgwin.c        2009-02-26 21:06:56 UTC (rev
10465)
+++ trunk/harbour/contrib/gtwvg/wvgwin.c        2009-02-27 00:13:28 UTC (rev
10466)
@@ -1601,6 +1601,22 @@
 //
 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
+---

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to