SDL_version patch

in SDL_version :

#ifdef __cplusplus
extern “C” {
#endif

… & …

#ifdef __cplusplus
}
#endif

are missing–
Gautier Portet
http://www.TLK.fr

in SDL_version :

#ifdef __cplusplus
extern “C” {
#endif

… & …

#ifdef __cplusplus
}
#endif

are missing

Thank you very much, this is now fixed in CVS.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software