From 7b0ce255106cfd3cc6550784c7f745588ce42587 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Wed, 6 Oct 2004 09:54:20 +0000 Subject: PalmOS update svn-id: r15432 --- gui/options.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/options.cpp b/gui/options.cpp index 7e2eb2e2aa..d291630855 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -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 #include #endif #if !(defined(MAXPATHLEN)) +#ifndef __PALM_OS__ #define MAXPATHLEN 1024 +#else +#define MAXPATHLEN 256 +#endif #endif namespace GUI { -- cgit v1.2.3