@@ -20,7 +20,7 @@
#include "config_express.h"
#ifdef _WIN32
-#include <windows.h> // for IsBadWritePtr()
+//#include <windows.h> // for IsBadWritePtr()
#endif
@@ -171,7 +171,6 @@ update_type_handle(TypeHandle &destination, TypeHandle refined) {
} else {
// Unrelated types, which might or might not be a problem.
- destination = refined;
return false;
}