mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WINE]
Add a hackfix for ntdll_winetest to fix compilation with MSVC svn path=/trunk/; revision=52397
This commit is contained in:
parent
1a5eefbac0
commit
b3b1b3262b
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue