MinGW portability fix

Hans Leidekker hans at it.vu.nl
Sun Oct 17 09:16:11 CDT 2004


The configure check for getpagesize() succeeds on MinGW but
since MinGW has no function declaration for getpagesize(), many
files fail to compile. This patch adds a configure check for the
declaration and uses it to conditionally declare getpagesize().

Changelog:
  Add configure check for getpagesize() declaration, needed by MinGW.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getpagesize_mingw.diff
Type: text/x-diff
Size: 1630 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041017/3dd07226/getpagesize_mingw.bin


More information about the wine-patches mailing list