Add a hackfix for ntdll_winetest to fix compilation with MSVC

svn path=/trunk/; revision=52397
This commit is contained in:
Timo Kreuzer 2011-06-21 09:32:41 +00:00
parent 1a5eefbac0
commit b3b1b3262b

View file

@ -610,4 +610,7 @@ int main( int argc, char **argv )
#endif /* STANDALONE */
// hack for ntdll winetest (this is defined in excpt.h)
#undef exception_info
#endif /* __WINE_WINE_TEST_H */