Threaded events under win32?

Guys, just looking around a bit, do we support SDL_INIT_EVENTTHREAD under
win32? Under linux, no problem. I thought there was a possibility I didn’t
compile the sdl library properly under windows, but having made sure of
it, I now believe its just plain not supported under windows… is this
correct, as output I get this:

Couldn’t initialize SDL: OS doesn’t support threaded events

tia, Davin.

Guys, just looking around a bit, do we support SDL_INIT_EVENTTHREAD under
win32? Under linux, no problem. I thought there was a possibility I didn’t
compile the sdl library properly under windows, but having made sure of
it, I now believe its just plain not supported under windows… is this
correct, as output I get this:

Couldn’t initialize SDL: OS doesn’t support threaded events

To my knowledge, it isn’t, but I could be wrong. Most times that you could
use an event thread, you shouldn’t, anyhow.

–ryan.