# HG changeset patch # User Sam Lantinga # Date 1139246884 0 # Node ID c39265384763978c9c6040ad4f07a4856c9e0e9a # Parent 37d43bd654d7532a24a9d8f6dd8c2f5a1d811fcb SDL_config.h will eventually be a general feature set test, which will be useful for any program built with SDL on a given platform. diff -r 37d43bd654d7 -r c39265384763 include/SDL.h --- a/include/SDL.h Mon Feb 06 17:26:47 2006 +0000 +++ b/include/SDL.h Mon Feb 06 17:28:04 2006 +0000 @@ -25,6 +25,7 @@ #ifndef _SDL_H #define _SDL_H +#include "SDL_config.h" #include "SDL_main.h" #include "SDL_types.h" #include "SDL_getenv.h"