Browse Source

AROS: 32/64-bit compatibility update for unit workbench

Make TAppMessage compliant to both ABI's as well as 32/64-bit by
changing field am_ID to be of type IPTR for all targets..
magorium 3 years ago
parent
commit
e07185bc11
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/arosunits/src/workbench.pas

+ 0 - 4
packages/arosunits/src/workbench.pas

@@ -155,11 +155,7 @@ type
     am_Message: TMessage;             // Standard message structure.
     am_type: Word;              // Message type.
     am_UserData: IPTR;               // Application specific.
-    {$IFDEF AROS_ABIv1}
     am_ID: IPTR;               // Application definable ID.
-    {$ELSE}
-    am_ID: LongWord;              // Application definable ID.
-    {$ENDIF}
     am_NumArgs: LongInt;               // # of elements in arglist.
     am_ArgList: PWBArgList;           // The arguements themselves.
     am_Version: Word;              // Will be AM_VERSION.