Git commit e0217854c6b4a4d3464013aa90ff5947d974f291 by Ralf Habacker. Committed on 03/05/2015 at 16:37. Pushed by habacker into branch 'master'. Mingw32 cross compile fix. M +1 -1 src/filewidgets/kfilecopytomenu.cpp http://commits.kde.org/kio/e0217854c6b4a4d3464013aa90ff5947d974f291 diff --git a/src/filewidgets/kfilecopytomenu.cpp b/src/filewidgets/kfilecop= ytomenu.cpp index b64d945..b9a638c 100644 --- a/src/filewidgets/kfilecopytomenu.cpp +++ b/src/filewidgets/kfilecopytomenu.cpp @@ -36,7 +36,7 @@ #include = #ifdef Q_OS_WIN -#include "Windows.h" +#include "windows.h" #endif = KFileCopyToMenuPrivate::KFileCopyToMenuPrivate(KFileCopyToMenu *qq, QWidge= t *parentWidget)