Cleanup, remove PalmOS dependencies from the ScummVM core

svn-id: r26690
This commit is contained in:
Chris Apers 2007-05-01 09:37:40 +00:00
parent eac31d6f56
commit e0a77867cc
2 changed files with 17 additions and 12 deletions

View file

@ -551,6 +551,7 @@ void NORETURN CDECL error(const char *s, ...) {
#endif
#ifdef PALMOS_MODE
extern void PalmFatalError(const char *err);
PalmFatalError(buf_output);
#endif