diff options
author | Chris Apers | 2004-03-24 11:16:34 +0000 |
---|---|---|
committer | Chris Apers | 2004-03-24 11:16:34 +0000 |
commit | de830d75c7fe0427ea1c6a7197b03bf4b292e7e0 (patch) | |
tree | 23dd963ff90dd05f17db732ac01c3017c1aa0dbb /graphics | |
parent | afefe7dcfa7bc3a360b77ecd67c3650b426438d5 (diff) | |
download | scummvm-rg350-de830d75c7fe0427ea1c6a7197b03bf4b292e7e0.tar.gz scummvm-rg350-de830d75c7fe0427ea1c6a7197b03bf4b292e7e0.tar.bz2 scummvm-rg350-de830d75c7fe0427ea1c6a7197b03bf4b292e7e0.zip |
PalmOS ?
svn-id: r13378
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/animation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/animation.h b/graphics/animation.h index 044bfbd069..4877be24a8 100644 --- a/graphics/animation.h +++ b/graphics/animation.h @@ -39,8 +39,10 @@ typedef uint8 uint8_t; typedef uint16 uint16_t; typedef uint32 uint32_t; #else +#ifndef __PALM_OS__ #include <inttypes.h> #endif +#endif #ifdef USE_MPEG2 extern "C" { |