Skip to content

Commit

Permalink
Don't use SDL_byteorder.h, it's deprecated in 1.2 and gone in 1.3...use
Browse files Browse the repository at this point in the history
 SDL_endian.h instead.

  Partially fixes Bugzilla #410.
  • Loading branch information
icculus committed Jul 3, 2007
1 parent 741eec8 commit 278e0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -28,7 +28,7 @@
#include "SDL_types.h"
#include "SDL_rwops.h"
#include "SDL_audio.h"
#include "SDL_byteorder.h"
#include "SDL_endian.h"
#include "SDL_version.h"
#include "begin_code.h"

Expand Down

0 comments on commit 278e0dd

Please sign in to comment.