shlwapi/tests: Silence some istream traces that generate too many lines.
This commit is contained in:
parent
7d5af1d889
commit
7411c72e82
|
@ -483,7 +483,8 @@ static void test_SHCreateStreamOnFileEx(DWORD mode, DWORD stgm)
|
||||||
static const CHAR testEx_txt[] = "\\testEx.txt";
|
static const CHAR testEx_txt[] = "\\testEx.txt";
|
||||||
BOOL delret;
|
BOOL delret;
|
||||||
|
|
||||||
trace("SHCreateStreamOnFileEx: testing mode %d, STGM flags %08x\n", mode, stgm);
|
if (winetest_debug > 1)
|
||||||
|
trace("SHCreateStreamOnFileEx: testing mode %d, STGM flags %08x\n", mode, stgm);
|
||||||
|
|
||||||
/* Don't used a fixed path for the testEx.txt file */
|
/* Don't used a fixed path for the testEx.txt file */
|
||||||
GetTempPathA(MAX_PATH, test_fileA);
|
GetTempPathA(MAX_PATH, test_fileA);
|
||||||
|
|
Loading…
Reference in New Issue