[Scummvm-cvs-logs] SF.net SVN: scummvm:[43489] scummvm/branches/branch-1-0-0/common/scummsys.h

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Mon Aug 17 21:05:23 CEST 2009


Revision: 43489
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43489&view=rev
Author:   agent-q
Date:     2009-08-17 19:05:23 +0000 (Mon, 17 Aug 2009)

Log Message:
-----------
DS: Define STREAM_AUDIO_FROM_DISK constant.  Remove old #define printf functionality

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/common/scummsys.h

Modified: scummvm/branches/branch-1-0-0/common/scummsys.h
===================================================================
--- scummvm/branches/branch-1-0-0/common/scummsys.h	2009-08-17 18:51:45 UTC (rev 43488)
+++ scummvm/branches/branch-1-0-0/common/scummsys.h	2009-08-17 19:05:23 UTC (rev 43489)
@@ -89,6 +89,7 @@
 
 		#endif
 
+
 		#if defined(ARRAYSIZE)
 		// VS2005beta2 introduces new stuff in winnt.h
 		#undef ARRAYSIZE
@@ -251,6 +252,8 @@
 	#define scumm_stricmp strcasecmp
 	#define scumm_strnicmp strncasecmp
 
+	#define STREAM_AUDIO_FROM_DISK
+
 	#ifndef CONFIG_H
 		/* need this for the SDL_BYTEORDER define */
 		#include <SDL_byteorder.h>
@@ -359,7 +362,7 @@
 	#define SCUMMVM_DONT_DEFINE_TYPES
 
 	#define STRINGBUFLEN 256
-	#define printf(fmt, ...)					consolePrintf(fmt, ##__VA_ARGS__)
+//	#define printf(fmt, ...)					consolePrintf(fmt, ##__VA_ARGS__)
 
 #elif defined(__WII__)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list