]> git.saurik.com Git - wxWidgets.git/commitdiff
Adjust to different platform headers distributed with DMC (build fix after recent...
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 17 Jun 2005 10:34:49 +0000 (10:34 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 17 Jun 2005 10:34:49 +0000 (10:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h

index a81419d710d3b4646e5c5680d170ecc35c410c84..1e17b405d0ee71526a4c09a5d7a0bda16e77d54e 100644 (file)
     #define TVM_SETTEXTCOLOR        (TV_FIRST + 30)
 #endif
 
+#ifndef TVITEM
+    #define TVITEM TV_ITEM
+#endif
+
 #endif
     // DMC++
 
 
 #endif
     // _WX_MISSING_H_
-