Sfoglia il codice sorgente

* fixed other error

peter 26 anni fa
parent
commit
1e257b346b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;