include: Include excpt.h from wine/exception.h.
Some files use wine/exception.h without also including excpt.h, but excpt.h is needed when using native exception handling.
This commit is contained in:
parent
503009cf37
commit
4a4b1269fa
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <setjmp.h>
|
||||
#include <windef.h>
|
||||
#include <excpt.h>
|
||||
|
||||
/* The following definitions allow using exceptions in Wine and Winelib code
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue