From 3f2bf82ea0a9546967d564f2464031b18621d535 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Wed, 28 Nov 2012 20:42:31 +0000 Subject: [PATCH] prism2.device: Compiler delint Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46117 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/devs/networks/prism2/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/devs/networks/prism2/device.h b/workbench/devs/networks/prism2/device.h index 348726a856..dbc4f80d8a 100644 --- a/workbench/devs/networks/prism2/device.h +++ b/workbench/devs/networks/prism2/device.h @@ -76,7 +76,7 @@ typedef LONG PINT; #define USE_HACKS #endif -#if defined(__mc68000) +#if defined(__mc68000) && !defined(__AROS__) #define AddResetCallback(callback) TRUE #define RemResetCallback(callback) #endif -- 2.11.4.GIT