[Bug 8241] Unable to open a new document in graphpad prism5

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 21 13:31:47 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=8241





--- Comment #23 from Peter Hedlund <peter at peterandlinda.com>  2009-05-21 13:31:46 ---
I still think creating the tests are above my head, but...

Is it really safe to mask all the flags? A search of the wine code reveals the
following:

GMEM_DDESHARE is used in several calls to GlobalAlloc within wine.
GMEM_DISCARDABLE is used a few times in code.
GMEM_LOWER is defined but never used.
GMEM_NOCOMPACT is defined but never used.
GMEM_NODISCARD is used in several places in the code.
GMEM_NOT_BANKED is an alias for GMEM_LOWER (or vice versa actually).
GMEM_NOTIFY is defined but never used. This is the one blocking Prism.
GMEM_SHARE is used quite a few times in code.

-- 
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