diff options
author | José Fonseca <[email protected]> | 2009-07-27 11:36:24 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:16 +0100 |
commit | c9a5930fe45a0a0299769bd2b672ca516d1bf39e (patch) | |
tree | fc6ef11953101215179be32296dac374f43a7e4d /src/gallium/drivers/llvmpipe/lp_winsys.h | |
parent | 8783732c4d2b9162d996f678eb41e3eae3ac86c7 (diff) |
llvmpipe: Rename preprocessor symbols too.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_winsys.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_winsys.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_winsys.h b/src/gallium/drivers/llvmpipe/lp_winsys.h index ec371c00db6..268336b6903 100644 --- a/src/gallium/drivers/llvmpipe/lp_winsys.h +++ b/src/gallium/drivers/llvmpipe/lp_winsys.h @@ -31,8 +31,8 @@ */ -#ifndef SP_WINSYS_H -#define SP_WINSYS_H +#ifndef LP_WINSYS_H +#define LP_WINSYS_H #ifdef __cplusplus @@ -62,4 +62,4 @@ llvmpipe_get_texture_buffer( struct pipe_texture *texture, } #endif -#endif /* SP_WINSYS_H */ +#endif /* LP_WINSYS_H */ |