tgsi: break gigantic tgsi_scan_shader() function into pieces
[mesa.git] / src / gallium / auxiliary / os / os_memory.h
index 556662d35e1f88161a383bc0d8ff6613d1d38b90..46a6b6e4572c4908b14cfa7588a6d87a9ec7fcca 100644 (file)
@@ -39,7 +39,7 @@
 #include "pipe/p_compiler.h"
 
 
-#if defined(PIPE_OS_EMBEDDED)
+#if defined(PIPE_SUBSYSTEM_EMBEDDED)
 
 #ifdef __cplusplus
 extern "C" {
@@ -71,10 +71,6 @@ os_free_aligned(void *ptr);
 
 #  include "os_memory_debug.h"
 
-#elif defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY) || defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT)
-
-#  include "os_memory_win32k.h"
-
 #else
 
 #  include "os_memory_stdc.h"