Commit 4a4b1269 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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.
parent 503009cf
......@@ -23,6 +23,7 @@
#include <setjmp.h>
#include <windef.h>
#include <excpt.h>
/* The following definitions allow using exceptions in Wine and Winelib code
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment