http://bugs.winehq.org/show_bug.cgi?id=30849
--- Comment #59 from Erich Hoover ehoover@mines.edu 2012-06-07 12:18:19 CDT --- (In reply to comment #58)
... info->HighestUserAddress = (char*)min((char *)user_space_limit, 0xc0000000)-1;
Bah, hasty typing: info->HighestUserAddress = (char*)min((int)user_space_limit, 0xc0000000)-1;