Explorar o código

arosunits: add some temporary kludge so it compiles at least on x86_64

git-svn-id: trunk@31176 -
Károly Balogh %!s(int64=10) %!d(string=hai) anos
pai
achega
eda311c0b3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packages/arosunits/src/intuition.pas

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

@@ -3423,7 +3423,11 @@ var
   ArgList: TArgList;
 begin
   AddArguments(ArgList, Args);
+{$ifdef i386}
   Result := DoGadgetMethodA(Gad, Win, Req, TMsg(ArgList));
+{$else}
+{$warning fix me!}
+{$endif}
 end;
 
 function EasyRequest(Window: PWindow; EasyStruct: PEasyStruct; IDCMP_Ptr: PLongWord; const Args: array of const): LongInt;