Mesa (master): util: (Re)enable memory debugging for all windows platforms.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Feb 18 11:17:26 UTC 2009


Module: Mesa
Branch: master
Commit: 06cd416d7cd2ccd2aca9f8522d4d7654eb2930e7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06cd416d7cd2ccd2aca9f8522d4d7654eb2930e7

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Feb 17 21:54:39 2009 +0000

util: (Re)enable memory debugging for all windows platforms.

---

 src/gallium/auxiliary/util/u_memory.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_memory.h b/src/gallium/auxiliary/util/u_memory.h
index 1a6b596..626b13a 100644
--- a/src/gallium/auxiliary/util/u_memory.h
+++ b/src/gallium/auxiliary/util/u_memory.h
@@ -52,7 +52,7 @@ extern "C" {
 #endif
 
 
-#if defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY) && defined(DEBUG) 
+#if defined(PIPE_OS_WINDOWS) && defined(DEBUG) 
 
 /* memory debugging */
 




More information about the mesa-commit mailing list