changeset 5226 | 710d00cb3a6a |
parent 5166 | 4d39eeaad00b |
child 5262 | b530ef003506 |
1.1 --- a/src/render/software/SDL_drawline.c Mon Feb 07 22:57:33 2011 -0800 1.2 +++ b/src/render/software/SDL_drawline.c Tue Feb 08 10:04:09 2011 -0800 1.3 @@ -21,6 +21,8 @@ 1.4 */ 1.5 #include "SDL_config.h" 1.6 1.7 +#if !SDL_RENDER_DISABLED 1.8 + 1.9 #include "SDL_draw.h" 1.10 #include "SDL_drawline.h" 1.11 #include "SDL_drawpoint.h" 1.12 @@ -208,4 +210,6 @@ 1.13 return 0; 1.14 } 1.15 1.16 +#endif /* !SDL_RENDER_DISABLED */ 1.17 + 1.18 /* vi: set ts=4 sw=4 expandtab: */