Fixed compilation under Windows
svn-id: r38770
This commit is contained in:
parent
c0e132a826
commit
a46a2d9c92
3 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
# include <direct.h>
|
||||
# include <windows.h>
|
||||
#elif defined (__DC__)
|
||||
# include <dc.h>
|
||||
|
|
|
@ -32,6 +32,10 @@
|
|||
#include "sci/console.h"
|
||||
#include "sci/include/engine.h"
|
||||
|
||||
#ifdef WIN32
|
||||
# include <direct.h>
|
||||
#endif
|
||||
|
||||
namespace Sci {
|
||||
|
||||
extern gfx_driver_t gfx_driver_scummvm;
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
# include <sys/timeb.h>
|
||||
# include <sys/types.h>
|
||||
# include <sys/stat.h>
|
||||
# include <direct.h>
|
||||
# undef ARRAYSIZE
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue