OSDN Git Service

gallium: Fix typo in define name.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 20 Dec 2008 12:59:51 +0000 (12:59 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 20 Dec 2008 12:59:51 +0000 (12:59 +0000)
src/gallium/auxiliary/util/u_memory.h

index bcae108..79e34e1 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
 #endif
 
 
 #endif
 
 
-#if defined(PIPE_SUBSYSTEM_WINDOWS) && defined(DEBUG) 
+#if defined(PIPE_OS_WINDOWS) && defined(DEBUG) 
 
 /* memory debugging */
 
 
 /* memory debugging */