Commit fd5b4f4c authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

libs/port: Add support for amd64-mingw32msvc platform.

parent 4bd8d384
......@@ -30,7 +30,7 @@ size_t getpagesize(void)
{
# ifdef __svr4__
return sysconf(_SC_PAGESIZE);
# elif defined(__i386__)
# elif defined(__i386__) || defined(__x86_64__)
return 4096;
# else
# error Cannot get the page size on this platform
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment