Ticket #9997: fz.patch
File fz.patch, 460 bytes (added by , 10 years ago) |
---|
-
src/engine/file.cpp
old new 1 1 #include <filezilla.h> 2 2 #include <errno.h> 3 3 #include "file.h" 4 4 5 5 CFile::CFile() -
src/engine/process.cpp
old new 1 1 #include <filezilla.h> 2 2 #include "process.h" 3 #include <errno.h> 3 4 4 5 #ifdef __WXMSW__ 5 6