projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b901e1f
)
gallium: Fix typo in define name.
author
José Fonseca
<jfonseca@vmware.com>
Sat, 20 Dec 2008 12:59:51 +0000
(12:59 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 20 Dec 2008 12:59:51 +0000
(12:59 +0000)
src/gallium/auxiliary/util/u_memory.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_memory.h
b/src/gallium/auxiliary/util/u_memory.h
index bcae10832a2764bae9279ca5c091683ef9b0abdd..79e34e185fb2eb68ffafc92a521c3b7b8a03a371 100644
(file)
--- 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 */