From c9a5930fe45a0a0299769bd2b672ca516d1bf39e Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 27 Jul 2009 11:36:24 +0100 Subject: llvmpipe: Rename preprocessor symbols too. --- src/gallium/drivers/llvmpipe/lp_fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_fs.h') diff --git a/src/gallium/drivers/llvmpipe/lp_fs.h b/src/gallium/drivers/llvmpipe/lp_fs.h index 408167075a..505e21138f 100644 --- a/src/gallium/drivers/llvmpipe/lp_fs.h +++ b/src/gallium/drivers/llvmpipe/lp_fs.h @@ -28,8 +28,8 @@ /* Authors: Keith Whitwell */ -#ifndef SP_FS_H -#define SP_FS_H +#ifndef LP_FS_H +#define LP_FS_H struct lp_fragment_shader * llvmpipe_create_fs_exec(struct llvmpipe_context *llvmpipe, -- cgit v1.2.3