From: José Fonseca Date: Tue, 17 Feb 2009 21:54:39 +0000 (+0000) Subject: util: (Re)enable memory debugging for all windows platforms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06cd416d7cd2ccd2aca9f8522d4d7654eb2930e7;p=mesa.git util: (Re)enable memory debugging for all windows platforms. --- 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 */