[ITSS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66875
This commit is contained in:
Amine Khaldi
2015-03-25 11:58:28 +00:00
parent 86cc1d9ca6
commit 0db8db7878
-6
View File
@@ -41,12 +41,6 @@
called_ ## func = TRUE; \
}while(0)
#define CHECK_EXPECT2(func) \
do { \
ok(expect_ ##func, "unexpected call " #func "\n"); \
called_ ## func = TRUE; \
}while(0)
#define SET_CALLED(func) \
expect_ ## func = called_ ## func = FALSE