]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
Added dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar
[wxWidgets.git] / src / msw / treectrl.cpp
index 07b86000b98f931efb22862e57083c3673950e25..7673df85edd14919bd1a9f90f04ff0474b30635f 100644 (file)
 #if defined(__WIN95__)
 
 #include "wx/log.h"
+#include "wx/dynarray.h"
 #include "wx/imaglist.h"
+#include "wx/msw/treectrl.h"
 
 #include "wx/msw/private.h"
 
-#ifndef __GNUWIN32__
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
     #include <commctrl.h>
 #endif
 
@@ -58,8 +60,6 @@
 #undef GetClassInfo
 #endif
 
-#include "wx/msw/treectrl.h"
-
 // Bug in headers, sometimes
 #ifndef TVIS_FOCUSED
     #define TVIS_FOCUSED            0x0001