]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/meta/movable.h
Whitespace fixes.
[wxWidgets.git] / include / wx / meta / movable.h
index 7fc60d0bbfd40ae34f7a1af9a4c6a937b41f9c17..5441bf586b219ecfd6f7143697eec74a44a8ad81 100644 (file)
@@ -56,7 +56,7 @@ WX_DECLARE_TYPE_MOVABLE(wxULongLong_t)
 // Visual C++ 6.0 can't compile partial template specializations and as this is
 // only an optimization, we can live with pointers not being recognized as
 // movable types under VC6
-#if !wxCHECK_VISUALC_VERSION(7)
+#if !defined(__VISUALC__) || wxCHECK_VISUALC_VERSION(7)
 
 // pointers are movable:
 template<typename T>