SVN: SDL_win32events.c doesn't compile!

The head revision in the SVN trunk for SDL has a file that will not compile
on VS8 without “SDL_compat.h” included in it. This file is
"SDL_win32events.c". Also, the VS8 “SDL” project has two files:
“SDL_rendercopy.c” and “SDL_rendercopy.h” in the project which do not exist.
These need to be removed.

I can’t commit these changes myself, so I thought I’d just bring them up.

Actually there’s a whole bunch more issues (lots of .c files not included in
the project).

I messed with it enough that I actually got it compiling and linking. My
project is for Visual Studio 2008. I can send someone an SVN patch if they
would like, or I can email the modified source files. In any case, I think
these changes should get checked into SVN at some point.

Thanks.On Nov 30, 2007 1:15 PM, Robert Dailey <@Robert_Dailey> wrote:

The head revision in the SVN trunk for SDL has a file that will not
compile on VS8 without “SDL_compat.h” included in it. This file is
"SDL_win32events.c". Also, the VS8 “SDL” project has two files:
“SDL_rendercopy.c” and “SDL_rendercopy.h” in the project which do not exist.
These need to be removed.

I can’t commit these changes myself, so I thought I’d just bring them up.