No subject


Tue Mar 17 14:04:44 CDT 2009


GMEM_SHARE,  GMEM_DDESHARE and GMEM_DISCARDABLE. This will make the test fail.


As for the flags GMEM_LOWER, GMEM_NOCOMPACT, GMEM_NOTBANKED, and GMEM_NOTIFY:

They are either removed by GlobalAlloc on windows, or GlobalFlags just can't
detect them (see for example
http://techref.massmind.org/techref/os/win/api/win32/func/src/f43_16.htm ,
there are only three flags listed there)
In either way, as you said they are never used in wine's code , just remove
them i'd say.

As for GMEM_NODISCARD, i havent got a  clue. My guess would be that GlobalFlags
does not check presence of this flag, anyway, i don't think there's a way to
test if the flag is removed in GlobalAlloc, or Globalflags doesn't detect it.
I'd say just don't remove it.

So my suggestion would be remove GMEM_LOWER, GMEM_NOCOMPACT, GMEM_NOTBANKED,
and GMEM_NOTIFY. Then your bug is fixed.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list