http://bugs.winehq.org/show_bug.cgi?id=8241
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #32 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-24 09:45:20 --- The test looks good, except the following things: 1. nbytes is not used, remove it from TEST_OBSOLETE_FLAGS structure 2. make globalflags use symbolic names like flags does 3. Add the test for GlobalAlloc() return value 4. Either remove GlobalLock() call, or add a GlobalUnlock() call. 5. 'static' in the pGlobalFlags declaration is redundant 6. Use consistent braces/indentation style 7. Don't add an empty line at the end of the test