mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
urlmon: Make protocol tests more verbose.
This commit is contained in:
parent
75c7d56465
commit
467844765b
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ static HRESULT (WINAPI *pCreateUri)(LPCWSTR, DWORD, DWORD_PTR, IUri**);
|
|||
|
||||
#define CHECK_EXPECT2(func) \
|
||||
do { \
|
||||
trace(#func "\n"); /* temporary debug traces */ \
|
||||
ok(expect_ ##func, "unexpected call " #func "\n"); \
|
||||
called_ ## func = TRUE; \
|
||||
}while(0)
|
||||
|
|
Loading…
Reference in a new issue