diff options
author | José Fonseca <[email protected]> | 2008-12-20 12:59:51 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-12-20 12:59:51 +0000 |
commit | 9127a03bcbef27ed3cfc36d370969b430870fa0e (patch) | |
tree | 12a13d2506cb71935465276d1bff8c6f79d566de /src | |
parent | b901e1f212c11afda05f2628a522d86802f87c52 (diff) |
gallium: Fix typo in define name.
Diffstat (limited to 'src')
-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 bcae10832a2..79e34e185fb 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) && defined(DEBUG) +#if defined(PIPE_OS_WINDOWS) && defined(DEBUG) /* memory debugging */ |