mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
PalmOS update
svn-id: r15432
This commit is contained in:
parent
4212ed09ac
commit
7b0ce25510
@ -32,13 +32,17 @@
|
||||
#include "common/scaler.h"
|
||||
#include "sound/mididrv.h"
|
||||
|
||||
#if (!( defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
|
||||
#if (!( defined(__PALM_OS__) || defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
|
||||
#include <sys/param.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if !(defined(MAXPATHLEN))
|
||||
#ifndef __PALM_OS__
|
||||
#define MAXPATHLEN 1024
|
||||
#else
|
||||
#define MAXPATHLEN 256
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace GUI {
|
||||
|
Loading…
x
Reference in New Issue
Block a user