Make internal SDL sources include SDL_internal.h instead of SDL_config.h
The new header will include SDL_config.h, but allows for other global stuff. --HG-- extra : rebase_source : ddf4a4c0dc2c554b98c82700798f343cd91b16e3
This commit is contained in:
parent
1e82be1804
commit
82edee6971
365 changed files with 393 additions and 365 deletions
|
@ -18,7 +18,7 @@
|
|||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
#include "SDL_config.h"
|
||||
#include "../SDL_internal.h"
|
||||
|
||||
/* This file contains portable string manipulation functions for SDL */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue