From 89856f55929907642013e45435b9d18cd1fafe36 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 30 Jan 2013 18:23:48 +0000 Subject: ifdef some code that will never work under AmigaOS <4.0 --- amiga/theme.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/theme.c') diff --git a/amiga/theme.c b/amiga/theme.c index d0808a4a2..fa058e043 100644 --- a/amiga/theme.c +++ b/amiga/theme.c @@ -265,6 +265,7 @@ void ami_init_mouse_pointers(void) mouseptrobj[i] = NULL; char ptrfname[1024]; +#ifdef __amigaos4__ if(nsoption_bool(truecolour_mouse_pointers)) { ami_get_theme_filename((char *)&ptrfname,ptrs32[i], false); @@ -316,6 +317,7 @@ void ami_init_mouse_pointers(void) } } } +#endif if(!mouseptrobj[i]) { -- cgit v1.2.3