]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
wxUSE_SOCKETS added to setup(0).h; Cygwin corrections; doc tweaks
[wxWidgets.git] / src / msw / treectrl.cpp
index 9c346d609863b449156f48a25e77a428a7e810a2..11547d87e62d273e02f0ade3f89a1c41efa766ea 100644 (file)
 
 #include "wx/msw/private.h"
 
+#ifdef __GNUWIN32__
+#include "wx/msw/gnuwin32/extra.h"
+#endif
+
 #if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
     #include <commctrl.h>
 #endif