* pas2jni: Use mswindows define instead of windows to be Delphi compatible.

git-svn-id: trunk@34841 -
This commit is contained in:
yury 2016-11-07 20:31:13 +00:00
parent df95a73993
commit d9e00bf43c

View File

@ -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 }