diff options
author | José Fonseca <[email protected]> | 2009-02-17 21:54:39 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-02-18 11:17:06 +0000 |
commit | 06cd416d7cd2ccd2aca9f8522d4d7654eb2930e7 (patch) | |
tree | 49bc22e08d571cc03ce128ccf01446d56b0c6b99 | |
parent | 673d01eda9662f6cc984f2a1b608a875271d2a29 (diff) |
util: (Re)enable memory debugging for all windows platforms.
-rw-r--r-- | 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 1a6b596421f..626b13af83d 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 */ |