Jelajahi Sumber

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

git-svn-id: trunk@34841 -
yury 9 tahun lalu
induk
melakukan
d9e00bf43c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      utils/pas2jni/writer.pas

+ 1 - 1
utils/pas2jni/writer.pas

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