Another bug fix: always set the busy flag when telling a subthread
[u/mdw/putty] / mkfiles.pl
index b13c4eb..79a2f0a 100755 (executable)
@@ -927,7 +927,8 @@ if (defined $makefiles{'gtk'}) {
     "\n".
     &splitline("CFLAGS = -O2 -Wall -Werror -g " .
               (join " ", map {"-I$dirpfx$_"} @srcdirs) .
-              " `gtk-config --cflags`")."\n".
+              " `gtk-config --cflags`").
+                " -D _FILE_OFFSET_BITS=64\n".
     "XLDFLAGS = `gtk-config --libs`\n".
     "ULDFLAGS =#\n".
     "INSTALL=install\n",