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