mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 17:00:40 +02:00
* pas2jni: Use mswindows define instead of windows to be Delphi compatible.
git-svn-id: trunk@34841 -
This commit is contained in:
parent
df95a73993
commit
d9e00bf43c
@ -201,7 +201,7 @@ const
|
||||
|
||||
function JniCaliing: string;
|
||||
begin
|
||||
Result:='{$ifdef windows} stdcall {$else} cdecl {$endif};';
|
||||
Result:='{$ifdef mswindows} stdcall {$else} cdecl {$endif};';
|
||||
end;
|
||||
|
||||
{ TClassList }
|
||||
|
Loading…
Reference in New Issue
Block a user