BACKENDS: Allow various files to use stuff from time.h

This commit is contained in:
Max Horn 2011-05-03 11:27:44 +02:00
parent 3201bb46bd
commit 3d4e9fe674
9 changed files with 24 additions and 1 deletions

View File

@ -25,6 +25,9 @@
#ifdef WEBOS
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include "common/scummsys.h"
#include "common/system.h"
#include "sys/time.h"

View File

@ -25,6 +25,9 @@
#if defined(__ANDROID__)
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/system_properties.h>

View File

@ -23,6 +23,9 @@
*
*/
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include <common/scummsys.h>
#include <engines/engine.h>
#include <base/main.h>

View File

@ -23,6 +23,9 @@
*
*/
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include <common/scummsys.h>
#include "engines/engine.h"
#include "dc.h"

View File

@ -18,6 +18,9 @@
//---------------------------------------------------------------
// Includes
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include "gba_nds_fat.h"
#include "disc_io.h"
#include <string.h>

View File

@ -20,6 +20,9 @@
*/
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include "common/scummsys.h"
#include "common/system.h"

View File

@ -23,6 +23,9 @@
*
*/
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include <pspuser.h>
#include <pspgu.h>
#include <pspdisplay.h>

View File

@ -25,7 +25,6 @@
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>

View File

@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
// Allow use of stuff in <time.h>
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
#include <unistd.h>
#include <ogc/conf.h>