"OS doesn't support threaded events" Error

I am trying to use SDL library on WinXp m/c having Nvidia graphics card and AMD athlon processor.
when try to SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_TIMER) it return -1. and the error is “OS doesn’t support threaded events”.

please let me know what wrong I am doing?