Fixed to compile while the OpenGL renderer is under construction

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401964
This commit is contained in:
Sam Lantinga 2006-07-19 08:46:57 +00:00
parent 397be19fd2
commit 2b538200ba
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#include "SDL_config.h"
#if SDL_VIDEO_OPENGL
#if 0
#include "SDL_win32video.h"
/* OpenGL renderer implementation */
@ -539,6 +539,7 @@ GL_DestroyRenderer(SDL_Renderer * renderer)
SDL_free(renderer);
}
#endif /* 0 */
#endif /* SDL_VIDEO_OPENGL */
/* vi: set ts=4 sw=4 expandtab: */