mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 00:20:11 +01:00
util: (Re)enable memory debugging for all windows platforms.
This commit is contained in:
parent
673d01eda9
commit
06cd416d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
#if defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY) && defined(DEBUG)
|
||||
#if defined(PIPE_OS_WINDOWS) && defined(DEBUG)
|
||||
|
||||
/* memory debugging */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue