Reported 64-bit wine failures to the wine team.

This commit is contained in:
Pietro Gagliardi 2014-06-08 00:51:03 -04:00
parent ef3adffd54
commit de6f07bb13
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ MAC OS X:
WINDOWS: WINDOWS:
- windows: windows key handling is just wrong; figure out how to avoid (especially since Windows intercepts that key by default) - windows: windows key handling is just wrong; figure out how to avoid (especially since Windows intercepts that key by default)
- the windows build appears to be unstable:
- 64-bit crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 it works fine
- redrawing controls after a window resize on Windows does not work properly - redrawing controls after a window resize on Windows does not work properly
- check all uses of RECT.right/.bottom in Windows that don't have an accompanying -RECT.left/.top to make sure they're correct - check all uses of RECT.right/.bottom in Windows that don't have an accompanying -RECT.left/.top to make sure they're correct
- when adding IsDialogMessage() find out if that make sthe area in the area bounds test automatically focused - when adding IsDialogMessage() find out if that make sthe area in the area bounds test automatically focused