memoryInfo fix for debug builds

This commit is contained in:
Zachary Pavlov 2006-11-14 04:02:05 +00:00
parent b018d90933
commit 88f87760b8
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include "config_express.h"
#ifdef _WIN32
#include <windows.h> // for IsBadWritePtr()
//#include <windows.h> // for IsBadWritePtr()
#endif

View File

@ -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;
}