]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
TestDestroy() is not const any more (warnings suppressed)
[wxWidgets.git] / src / msw / treectrl.cpp
index f33b099016901eee9aafec36b5c731daa9f4f3c2..7673df85edd14919bd1a9f90f04ff0474b30635f 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "wx/msw/private.h"
 
-#ifndef __GNUWIN32__
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
     #include <commctrl.h>
 #endif