]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
Cleaned up SetMenuStrings, factoring out redo and undo label accessors at the same...
[wxWidgets.git] / include / wx / msw / missing.h
index c29e85121e3ca99166b1d6e51032f65c60f6ae27..631006ba340326b0bec185ba33c2b07852d9820a 100644 (file)
@@ -100,7 +100,24 @@ typedef struct _LVITEMW {
     int iIndent;
 #endif
 } LV_ITEMW;
-typedef LV_ITEM LV_ITEMA;
+
+typedef struct tagLVITEMA
+{
+    UINT mask;
+    int iItem;
+    int iSubItem;
+    UINT state;
+    UINT stateMask;
+    LPSTR pszText;
+    int cchTextMax;
+    int iImage;
+    LPARAM lParam;
+#if (_WIN32_IE >= 0x0300)
+    int iIndent;
+#endif
+} LV_ITEMA;
+
+#define LV_ITEM LV_ITEMA;
 #endif
 
 #ifndef ListView_GetColumnWidth
@@ -142,6 +159,19 @@ typedef struct tagNMLVDISPINFOW {
 #endif
 #endif
 
+#if defined(__GNUWIN32__) && !defined(HDN_GETDISPINFOW)
+#define HDN_GETDISPINFOW (HDN_FIRST-29)
+typedef struct {
+        NMHDR hdr;
+        int iItem;
+        UINT mask;
+        LPWSTR pszText;
+        int cchTextMax;
+        int iImage;
+        LPARAM lParam;
+} NMHDDISPINFOW, *LPNMHDDISPINFOW;
+#endif
+
 
 // ----------------------------------------------------------------------------
 // MS HTML Help