Fix mingw build patch for kcoreaddons
* patches/kcoreaddons/0001-Fix-function-signature-of-page_info.patch: Replaced by: 0001-Fix-MINGW-build.patch
I remember now the issue with this, depending on the
MinGW CRT this function has a different signature. So
to brutally fix that we just C style cast the data type.