sync with scummvm
This commit is contained in:
parent
ce9e1899e4
commit
0f5de71f70
110 changed files with 1342 additions and 544 deletions
|
@ -23,6 +23,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_mkdir
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h //On IRIX, sys/stat.h includes sys/time.h
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#ifdef UNIX
|
||||
|
@ -34,6 +37,7 @@
|
|||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
||||
OSystem_POSIX::OSystem_POSIX(Common::String baseConfigName)
|
||||
:
|
||||
_baseConfigName(baseConfigName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue