Author: tkreuzer
Date: Tue Jun 21 09:32:41 2011
New Revision: 52397
URL:
http://svn.reactos.org/svn/reactos?rev=52397&view=rev
Log:
[WINE]
Add a hackfix for ntdll_winetest to fix compilation with MSVC
Modified:
trunk/reactos/include/reactos/wine/test.h
Modified: trunk/reactos/include/reactos/wine/test.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/test.…
==============================================================================
--- trunk/reactos/include/reactos/wine/test.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/wine/test.h [iso-8859-1] Tue Jun 21 09:32:41 2011
@@ -610,4 +610,7 @@
#endif /* STANDALONE */
+// hack for ntdll winetest (this is defined in excpt.h)
+#undef exception_info
+
#endif /* __WINE_WINE_TEST_H */