From: José Fonseca Date: Thu, 18 Dec 2008 14:53:24 +0000 (+0000) Subject: gallium: Enable memory debugging on all windows platforms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92dc8ffa719276fe536abf4dcf7874cf12588f60;p=mesa.git gallium: Enable memory debugging on all windows platforms. --- diff --git a/src/gallium/auxiliary/util/u_memory.h b/src/gallium/auxiliary/util/u_memory.h index 857102719dc..bcae10832a2 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_SUBSYSTEM_WINDOWS) && defined(DEBUG) /* memory debugging */