http://bugs.winehq.org/show_bug.cgi?id=8241
--- Comment #23 from Peter Hedlund peter@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.