Explorar el Código

* fixed other error

peter hace 26 años
padre
commit
1e257b346b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/tbs0198.pp

+ 1 - 1
tests/tbs0198.pp

@@ -6,7 +6,7 @@ type
        function GetCaps : Longint;virtual;stdcall;abstract;
    end;
 
-function to1.GetCaps2 : Longint;
+function to1.GetCaps2 : Longint;stdcall;
 begin
 end;