From: jmcmullan Date: Wed, 28 Nov 2012 20:42:31 +0000 (+0000) Subject: prism2.device: Compiler delint X-Git-Url: https://repo.or.cz/w/AROS.git/commitdiff_plain/3f2bf82ea0a9546967d564f2464031b18621d535 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 --- 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