Explorar el Código

* fix snapshot creation error

pierre hace 23 años
padre
commit
cbbf448f7b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ide/fpcygwin.pas

+ 2 - 1
ide/fpcygwin.pas

@@ -17,7 +17,8 @@ uses
 var
   ModuleH,DummyH : Handle;
   CygwinFullName : pchar;
-  fileinfosize,size : longint;
+  fileinfosize : cardinal;
+  size : longint;
   InfoData : pointer;
   FileInfo : VS_FIXEDFILEINFO;
   PFileInfo : ^VS_FIXEDFILEINFO;