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:
Rob Shearman 2008-02-21 16:13:37 +00:00 committed by Alexandre Julliard
parent 503009cf37
commit 4a4b1269fa

View file

@ -23,6 +23,7 @@
#include <setjmp.h>
#include <windef.h>
#include <excpt.h>
/* The following definitions allow using exceptions in Wine and Winelib code
*