Hi Gerald,
It's commented out because the test currently crashes under Wine. I submitted one patch earlier, but the metafile records weren't the same as the correct Windows values and it didn't get committed. Now that there's a test I'll work on another patch.
- Walter
On Thu, 9 Dec 2004, Gerald Pfeifer wrote:
The following patch to dlls/gdi/tests/metafile.c
revision 1.3 date: 2004/12/09 11:37:59; author: julliard; state: Exp; lines: +236 -0 Walt Ogburn reuben@ugcs.caltech.edu Added some tests for win-format metafiles.
introduces the following warning:
metafile.c:381: warning: `test_mf_PatternBrush' defined but not used
Should we put #ifdefs around the definition, or enable the following code in the main test function?
/* Crashes under wine: */ /* test_mf_PatternBrush(); */
Another option would be not to make this function static.
Gerald