[Scummvm-cvs-logs] scummvm master -> c86a6c466fabe31fbf36363aa8d0ac8ea6001b9f

fingolfin max at quendi.de
Tue May 31 18:10:32 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c86a6c466f COMMON: Include SDL_endian.h instead of SDL_byteorder.h


Commit: c86a6c466fabe31fbf36363aa8d0ac8ea6001b9f
    https://github.com/scummvm/scummvm/commit/c86a6c466fabe31fbf36363aa8d0ac8ea6001b9f
Author: Max Horn (max at quendi.de)
Date: 2011-05-31T09:08:25-07:00

Commit Message:
COMMON: Include SDL_endian.h instead of SDL_byteorder.h

Changed paths:
    common/scummsys.h



diff --git a/common/scummsys.h b/common/scummsys.h
index 18e21a2..62e2445 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -145,7 +145,7 @@
 #if !defined(HAVE_CONFIG_H)
 	#if defined(SDL_BACKEND)
 		/* need this for the SDL_BYTEORDER define */
-		#include <SDL_byteorder.h>
+		#include <SDL_endian.h>
 
 		#if SDL_BYTEORDER == SDL_LIL_ENDIAN
 		#define SCUMM_LITTLE_ENDIAN






More information about the Scummvm-git-logs mailing list