Fixes for compiling with Visual C++ 8.0 Express Edition

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402369
This commit is contained in:
Sam Lantinga 2007-06-19 05:53:56 +00:00
parent 80dcd123dc
commit ed60e3a7d4
8 changed files with 12 additions and 13 deletions

View file

@ -347,7 +347,6 @@ SW_CreateTexture(SDL_Renderer * renderer, SDL_Texture * texture)
if (SDL_ISPIXELFORMAT_FOURCC(texture->format)) {
texture->driverdata = SDL_SW_CreateYUVTexture(texture);
} else {
SDL_Surface *surface;
int bpp;
Uint32 Rmask, Gmask, Bmask, Amask;