diff options
author | Chris Apers | 2006-06-03 11:10:46 +0000 |
---|---|---|
committer | Chris Apers | 2006-06-03 11:10:46 +0000 |
commit | 8d42d331c752ed10577bb764f9ca2090ae19e2b6 (patch) | |
tree | 91e2b7e427f6a1b49f90337264f67ea9d2243b4c /backends/PalmOS/Src | |
parent | 0d51dc4b228c6a48e81b5b9a16a9a25605864408 (diff) | |
download | scummvm-rg350-8d42d331c752ed10577bb764f9ca2090ae19e2b6.tar.gz scummvm-rg350-8d42d331c752ed10577bb764f9ca2090ae19e2b6.tar.bz2 scummvm-rg350-8d42d331c752ed10577bb764f9ca2090ae19e2b6.zip |
Missing propset
svn-id: r22863
Diffstat (limited to 'backends/PalmOS/Src')
-rwxr-xr-x | backends/PalmOS/Src/prefixes/68k_agi.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefixes/native_agi.h | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/prefixes/68k_agi.h b/backends/PalmOS/Src/prefixes/68k_agi.h new file mode 100755 index 0000000000..154c2d3115 --- /dev/null +++ b/backends/PalmOS/Src/prefixes/68k_agi.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_AGI + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefixes/native_agi.h b/backends/PalmOS/Src/prefixes/native_agi.h new file mode 100755 index 0000000000..496cf7c85b --- /dev/null +++ b/backends/PalmOS/Src/prefixes/native_agi.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "native_common.h" +#undef DISABLE_AGI + +#endif |