Bläddra i källkod

moved $calling to interface

peter 20 år sedan
förälder
incheckning
9ac9b9225a
1 ändrade filer med 6 tillägg och 2 borttagningar
  1. 6 2
      rtl/go32v2/msmouse.pp

+ 6 - 2
rtl/go32v2/msmouse.pp

@@ -17,6 +17,8 @@
 Unit MSMouse;
 Unit MSMouse;
 Interface
 Interface
 
 
+{$calling oldfpccall}
+
 {
 {
   Mouse support functions and procedures, with error checking: if mouse
   Mouse support functions and procedures, with error checking: if mouse
   isn't present then the routine ends. If you want to remove error checking,
   isn't present then the routine ends. If you want to remove error checking,
@@ -103,7 +105,6 @@ Var
 
 
 Implementation
 Implementation
 
 
-{$calling oldfpccall}
 {$asmmode ATT}
 {$asmmode ATT}
 
 
 Function InitMouse: Boolean;
 Function InitMouse: Boolean;
@@ -359,7 +360,10 @@ Begin
 End.
 End.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2003-10-03 21:46:25  peter
+  Revision 1.6  2005-02-07 17:28:09  peter
+  moved $calling to interface
+
+  Revision 1.5  2003/10/03 21:46:25  peter
     * stdcall fixes
     * stdcall fixes
 
 
   Revision 1.4  2002/09/07 21:30:00  carl
   Revision 1.4  2002/09/07 21:30:00  carl