Module: wine Branch: master Commit: 4a4b1269fa4b55dd3b121dc9f84196aa67b5dde1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4a4b1269fa4b55dd3b121dc9f8...
Author: Rob Shearman rob@codeweavers.com Date: Thu Feb 21 16:13:37 2008 +0000
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.
---
include/wine/exception.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/wine/exception.h b/include/wine/exception.h index 3a14a18..fc90364 100644 --- a/include/wine/exception.h +++ b/include/wine/exception.h @@ -23,6 +23,7 @@
#include <setjmp.h> #include <windef.h> +#include <excpt.h>
/* The following definitions allow using exceptions in Wine and Winelib code *