From b0bceaae27ad7358b80467f04a92a64b9182d32a Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 2 Aug 2012 13:20:44 +0000 Subject: [PATCH] Forgotten changes that should have been part of the r45368 64-bit fix. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45373 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/workbench/workbench.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/include/workbench/workbench.h b/compiler/include/workbench/workbench.h index e21cdb2435..32f6842403 100644 --- a/compiler/include/workbench/workbench.h +++ b/compiler/include/workbench/workbench.h @@ -2,7 +2,7 @@ #define WORKBENCH_WORKBENCH_H /* - Copyright © 1995-2003, The AROS Development Team. All rights reserved. + Copyright © 1995-2012, The AROS Development Team. All rights reserved. $Id$ */ @@ -112,7 +112,7 @@ struct AppMessage struct Message am_Message; UWORD am_Type; /* see below */ IPTR am_UserData; - ULONG am_ID; + IPTR am_ID; LONG am_NumArgs; struct WBArg * am_ArgList; UWORD am_Version; /* see below */ @@ -165,7 +165,7 @@ struct AppWindowDropZoneMsg { struct RastPort *adzm_RastPort; struct IBox adzm_DropZoneBox; - ULONG adzm_ID; + IPTR adzm_ID; IPTR adzm_UserData; LONG adzm_Action; /* see below */ }; -- 2.11.4.GIT